]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] repaired the with_hint() feature which
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 4 Dec 2011 01:04:55 +0000 (20:04 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 4 Dec 2011 01:04:55 +0000 (20:04 -0500)
commit2fca3c8ee89ba5a2924a66acdacd01f711b45679
tree400e762043f7abd29e18414f4792d95066d49f09
parent699146086df8fd8778582a03267f8f28c5cdad7a
- [bug] repaired the with_hint() feature which
wasn't implemented correctly on MSSQL -
usually used for the "WITH (NOLOCK)" hint
(which you shouldn't be using anyway !
use snapshot isolation instead :) )
[ticket:2336]
CHANGES
lib/sqlalchemy/dialects/mssql/base.py
test/dialect/test_mssql.py