]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where "autoincrement" detection on
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Jun 2011 22:48:01 +0000 (18:48 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Jun 2011 22:48:01 +0000 (18:48 -0400)
commit9ae8de1f65c89f33f4ffae33023e481955f72244
tree23ad61fc58654c78c409a6cc332db5080315ca0d
parent287e9d6a77ef20da98c28901fd118f4401aaab41
- Fixed bug where "autoincrement" detection on
Table would fail if the type had no "affinity"
value, in particular this would occur when using
the UUID example on the site that uses TypeEngine
as the "impl".
CHANGES
lib/sqlalchemy/schema.py
test/sql/test_defaults.py