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 15:23:48 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6d8db0fa3d9c729e5379dc9b9f05ce090cbaf71f
sqlalchemy
/
test
/
engine
T
History
Mike Bayer
ff19492160
- Fixed "table" argument on constructor of ForeginKeyConstraint
...
[ticket:1571]
2010-04-26 00:14:21 -04:00
..
__init__.py
reorganized unit tests into subdirectories
2006-06-05 17:25:51 +00:00
_base.py
- unit tests have been migrated from unittest to nose.
2009-06-10 21:18:24 +00:00
test_bind.py
- Table.create() and Table.drop() no longer apply metadata-
2010-04-16 13:08:45 -04:00
test_ddlevents.py
- Table.create() and Table.drop() no longer apply metadata-
2010-04-16 13:08:45 -04:00
test_execute.py
further testing reveals that cursor.rowcount is only called with update/delete and DDL,
2010-04-12 20:20:50 -04:00
test_metadata.py
- Fixed "table" argument on constructor of ForeginKeyConstraint
2010-04-26 00:14:21 -04:00
test_parseconnect.py
another weird nose + py3k fix
2010-02-20 20:16:18 +00:00
test_pool.py
- StaticPool now initializes, disposes and recreates without
2010-03-19 17:51:50 -04:00
test_reconnect.py
merge 0.6 series to trunk.
2009-08-06 21:11:27 +00:00
test_reflection.py
- Added get_pk_constraint() to reflection.Inspector, similar
2010-04-15 19:05:41 -04:00
test_transaction.py
some more metadata cleanup since --dropall isnt specified on the buildbot
2010-04-16 15:24:56 -04:00