Mike Bayer
71c0011574
- [feature] Added a new system
...
for registration of new dialects in-process
without using an entrypoint. See the
docs for "Registering New Dialects".
[ticket:2462]
2012-04-24 13:00:30 -04:00
Mike Bayer
132f5c7e04
- [feature] Added pool_reset_on_return argument
...
to create_engine, allows control over
"connection return" behavior. Also added
new arguments 'rollback', 'commit', None
to pool.reset_on_return to allow more control
over connection return activity. [ticket:2378]
2012-02-01 10:14:28 -05:00
Mike Bayer
138774b234
- fix up the invalidate on connect for py3k
...
- fix the test for separately installed pysqlite
2011-07-06 12:07:36 -04:00
Mike Bayer
e936a7b359
- Failures on connect which raise dbapi.Error
...
will forward the error to dialect.is_disconnect()
and set the "connection_invalidated" flag if
the dialect knows this to be a potentially
"retryable" condition. Only Oracle ORA-01033
implemented for now. [ticket:2201]
- Added ORA-01033 to disconnect codes, which
can be caught during a connection
event. [ticket:2201]
2011-07-01 16:52:11 -04:00
Mike Bayer
68a350d462
- remove test.sql._base, test.engine._base, test.orm._base, move those classes to a new test.lib.fixtures module
...
- move testing.TestBase to test.lib.fixtures
- massive search and replace
2011-03-27 16:27:27 -04:00
Diana Clarke
2d71ec2766
see #2060
2011-02-28 23:55:34 -05:00
Mike Bayer
350aed3fdb
- whitespace removal bonanza
2011-01-02 14:23:42 -05:00
Mike Bayer
e1402efb19
- move sqlalchemy.test to test.lib
2010-11-15 19:37:50 -05:00
Mike Bayer
35508a30d7
- engine_from_config() now accepts 'debug' for
...
'echo', 'echo_pool', 'force' for 'convert_unicode',
boolean values for 'use_native_unicode'.
[ticket:1899]
2010-10-15 11:43:59 -04:00
Mike Bayer
a6b62cc3fe
Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual intervention
2010-07-11 13:15:51 -04:00
Mike Bayer
0ee04dfcb0
another weird nose + py3k fix
2010-02-20 20:16:18 +00:00
Mike Bayer
2cefbf11c3
add "dialect" to the __all__ of each root dialect package
2009-11-01 20:59:40 +00:00
Mike Bayer
bc714d614d
test fixes
2009-10-26 01:29:56 +00:00
Mike Bayer
8fc5005dfe
merge 0.6 series to trunk.
2009-08-06 21:11:27 +00:00
Mike Bayer
45cec095b4
- unit tests have been migrated from unittest to nose.
...
See README.unittests for information on how to run
the tests. [ticket:970]
2009-06-10 21:18:24 +00:00