]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in Table and Column whereby passing empty
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Jul 2009 21:40:27 +0000 (21:40 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Jul 2009 21:40:27 +0000 (21:40 +0000)
commit05a82671c37b778f091e2a15266a1867428f3fdb
tree9637eb3af4d94aa27818f253487dc523243c66ce
parentc1a36dfe4142cf630d0d3f4056fae43902cbcf6b
- Fixed bug in Table and Column whereby passing empty
dict for "info" argument would raise an exception.
[ticket:1482]
CHANGES
lib/sqlalchemy/schema.py
test/engine/test_metadata.py