]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug where incorrect type information
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Sep 2012 01:15:55 +0000 (21:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Sep 2012 01:15:55 +0000 (21:15 -0400)
commitb76995600a633ed769530a00b6489560456e7b0c
treee28e942729ee660d2745ee47f54352db92dfad41
parentd57747e5077ea2e55ceb61dbb6db5bbf3ddd15c4
- [bug] Fixed bug where incorrect type information
would be passed when the ORM would bind the
"version" column, when using the "version" feature.
Tests courtesy Daniel Miller.  [ticket:2539]
CHANGES
test/orm/test_versioning.py