]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby DATETIME2 type would fail on
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Jun 2011 16:32:22 +0000 (12:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Jun 2011 16:32:22 +0000 (12:32 -0400)
commit3a34dc7eae523e182eba5329c753bee78010ea82
tree71a74e6aa37333b9718faf9797c5247fec33e776
parentd0cf2e728dd3ada4d2d9e2f883a30c1cdbd3d5f5
- Fixed bug whereby DATETIME2 type would fail on
the "adapt" step when used in result sets or
bound parameters.  This issue is not in 0.7.
[ticket:2159]
CHANGES
lib/sqlalchemy/dialects/mssql/base.py
test/dialect/test_mssql.py