This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
sqlalchemy
Watch
2
Star
0
Fork
0
You've already forked sqlalchemy
mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced
2026-06-05 07:17:06 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
46cf32fc10a14a3eae1c04afdebae2916ce9da15
sqlalchemy
/
test
/
engine
T
History
Jason Kirtland
3d9d21cc14
Extended 'engine_from_config' coercion for QueuePool size / overflow. [ticket:763]
...
Added a set of coercion tests.
2007-08-29 23:17:36 +00:00
..
__init__.py
reorganized unit tests into subdirectories
2006-06-05 17:25:51 +00:00
alltests.py
merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintenance branch in branches/rel_0_3.
2007-07-27 04:08:53 +00:00
bind.py
from foo import (name, name)
isn't valid syntax for 2.3. ah well.
2007-08-21 22:20:52 +00:00
execute.py
merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintenance branch in branches/rel_0_3.
2007-07-27 04:08:53 +00:00
metadata.py
from foo import (name, name)
isn't valid syntax for 2.3. ah well.
2007-08-21 22:20:52 +00:00
parseconnect.py
Extended 'engine_from_config' coercion for QueuePool size / overflow. [ticket:763]
2007-08-29 23:17:36 +00:00
pool.py
changing Pool to use weakref callback for auto-cleanup, instead of __del__.
2007-08-21 18:18:21 +00:00
reconnect.py
merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintenance branch in branches/rel_0_3.
2007-07-27 04:08:53 +00:00
reflection.py
Fixed OrderedProperties pickling [ticket:762]
2007-08-28 15:17:26 +00:00
transaction.py
- added close() method to Transaction. closes out a transaction using rollback
2007-08-17 21:20:49 +00:00