]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
mxodbc supports rowcount, just have to snag before the cursor is closed.
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Feb 2010 22:05:39 +0000 (22:05 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Feb 2010 22:05:39 +0000 (22:05 +0000)
commit68f71502c11b456527614b14cd162f50be123eb3
treed47e366b26b50811d7d1e6c8d2d9bf831e30a2a7
parentc6b2319bcc1dc6405d9fe0281bdf5ce1ddb1ac79
mxodbc supports rowcount, just have to snag before the cursor is closed.
lib/sqlalchemy/connectors/mxodbc.py
lib/sqlalchemy/connectors/pyodbc.py
lib/sqlalchemy/dialects/mssql/mxodbc.py
lib/sqlalchemy/dialects/mssql/pyodbc.py
test/orm/test_naturalpks.py