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-07 08:11:50 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0dde728591cb083e351cf1ff1998aaf1883ab7a1
sqlalchemy
/
test
/
engine
T
History
Jason Kirtland
30f0f0cf5d
- Explicitly close connections in the FOR UPDATE tests.
...
- Minor housekeeping.
2007-09-27 23:23:27 +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
[ticket:728] foreign key checks for existing reflected FK and replaces itself
2007-09-08 21:09:50 +00:00
transaction.py
- Explicitly close connections in the FOR UPDATE tests.
2007-09-27 23:23:27 +00:00