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-05-18 14:42:01 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6c6cd47c024c5ea2cada04534aca818f95b8ea8c
sqlalchemy
/
test
/
engine
T
History
Mike Bayer
0285ec6beb
added engine_from_config() function for helping to create_engine()
...
from an .ini style config
2007-08-14 00:40:23 +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
Rearranged engine initialization, its now easy to make ad-hoc testing engines that preserve all of the --options requested
2007-08-03 20:08:26 +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
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
parseconnect.py
added engine_from_config() function for helping to create_engine()
2007-08-14 00:40:23 +00:00
pool.py
-merged 0.3 pool threadlocal fix from r3139
2007-08-02 00:02:16 +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
- oracle reflection of case-sensitive names all fixed up
2007-08-10 23:24:06 +00:00
transaction.py
- fixed compiler bug in mssql
2007-08-12 21:36:33 +00:00