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-31 04:48:02 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2aa07d6d4d2ee2e810a95d5b6960fc58e012475c
sqlalchemy
/
test
/
engine
T
History
Jason Kirtland
2aa07d6d4d
- Pulling pyformat test for MySQL-python, which fails on 3 driver versions
...
(1.2.2b3, 1.2.2c1, 1.2.2)
2007-06-01 01:24:27 +00:00
..
__init__.py
reorganized unit tests into subdirectories
2006-06-05 17:25:51 +00:00
alltests.py
a rudimental reconnect/pool auto-dispose test. not super-comprehensive but better
2007-04-22 00:30:39 +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
execute.py
- Pulling pyformat test for MySQL-python, which fails on 3 driver versions
2007-06-01 01:24:27 +00:00
parseconnect.py
- added 'url' attribute to Engine
2007-04-29 16:56:11 +00:00
pool.py
- Connections can be detached from their pool, closing on dereference instead of returning to the pool for reuse
2007-05-09 22:39:50 +00:00
proxy_engine.py
- unit tests updated to run without any pysqlite installed; pool
2006-08-21 20:01:32 +00:00
reconnect.py
a rudimental reconnect/pool auto-dispose test. not super-comprehensive but better
2007-04-22 00:30:39 +00:00
reflection.py
- Emit BOOL rather than BOOLEAN for MySQL booleans in DDL, for old versions
2007-05-31 22:56:24 +00:00
transaction.py
revert old unittest patch for MSSQL
2007-02-15 00:22:07 +00:00