]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Corrected problem with detecting closed connections. Fixed issues in reflecttable...
authorMichael Trier <mtrier@gmail.com>
Wed, 23 Jul 2008 05:10:04 +0000 (05:10 +0000)
committerMichael Trier <mtrier@gmail.com>
Wed, 23 Jul 2008 05:10:04 +0000 (05:10 +0000)
commit951fe224fa5638e2c1c224f9ebfcaebb38e49922
tree1964b051072965f978be06604e1e89cec1db2b0b
parentcfb9bbde7da6fe2b145a49851dc2d6424941ef25
Corrected problem with detecting closed connections.  Fixed issues in reflecttable for reflecting the mssql tables. Removed unicode reflection test from mssql. Need to investigate this further.
lib/sqlalchemy/databases/mssql.py
test/engine/reflection.py