]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added an exception catch + warning for the
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 15 Oct 2011 16:10:31 +0000 (12:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 15 Oct 2011 16:10:31 +0000 (12:10 -0400)
commitf1eea63468d8e5d84edceb2b0028984e5917dde0
tree673f656f83029d50437242c684d22a9943ae3719
parent01f04c06eccf5cd9f3d8d413289b0484a6563571
- Added an exception catch + warning for the
"return unicode detection" step within connect,
allows databases that crash on NVARCHAR to
continue initializing, assuming no NVARCHAR
type implemented.  [ticket:2299]
CHANGES
lib/sqlalchemy/engine/default.py
test/engine/test_execute.py
test/lib/engines.py