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-16 05:37:16 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
facbaa3333a5ca24f1cd4d09e5f84b63d3faefe5
sqlalchemy
/
test
/
engine
T
History
Mike Bayer
a88e4c9a2b
- fixed bug where Connection wouldnt lose its Transaction
...
after commit/rollback
2006-09-12 20:06:42 +00:00
..
__init__.py
reorganized unit tests into subdirectories
2006-06-05 17:25:51 +00:00
alltests.py
reorganized unit tests into subdirectories
2006-06-05 17:25:51 +00:00
autoconnect_engine.py
inserting './lib/' into sys.path since PYTHONPATH no longer straightforward with latest setuptools
2006-06-29 00:28:55 +00:00
parseconnect.py
- cleanup on connection methods + documentation. custom DBAPI
2006-08-25 16:27:10 +00:00
pool.py
- changed "invalidate" semantics with pooled connection; will
2006-08-26 21:32:11 +00:00
proxy_engine.py
- unit tests updated to run without any pysqlite installed; pool
2006-08-21 20:01:32 +00:00
reflection.py
sequence/default adjustments to allow postgres 8.1 tests to function
2006-08-31 23:33:55 +00:00
transaction.py
- fixed bug where Connection wouldnt lose its Transaction
2006-09-12 20:06:42 +00:00