]> 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)
commit5049bf691225a11a142023873e75473cb0b68beb
tree2380adbb717d0061b330df34ed91e4424ca04d31
parent9532e3878159c7be3d0d54f701cae13eb3db4a6b
- [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