]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Make MonkeyPatchedBinaryTest not fail on Python 2.5 (which doesn't have
authorMarc Abramowitz <marc@marc-abramowitz.com>
Thu, 21 Mar 2013 05:37:05 +0000 (22:37 -0700)
committerMarc Abramowitz <marc@marc-abramowitz.com>
Thu, 21 Mar 2013 05:37:05 +0000 (22:37 -0700)
commitf79b41243dd36214c583ce152132450def3a673e
tree053f2745fb2531bc25e6d19515ffcbb483f6d6ec
parente90b2ccdfbc4f30e04094fcbf574f30dd076efb4
Make MonkeyPatchedBinaryTest not fail on Python 2.5 (which doesn't have
the `b` notation for byte string literals)
lib/sqlalchemy/util/compat.py
test/dialect/test_mssql.py