]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] __table_args__ can now be passed as
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 4 Dec 2011 19:28:57 +0000 (14:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 4 Dec 2011 19:28:57 +0000 (14:28 -0500)
commit7f68a3a52729ff9b3eee0939292415fd81d61443
tree0f8484473f9d66bfacb6d1dfe18c97756d639676
parent632043bc8a72651f497396eb17e6f2b19bf98608
- [bug] __table_args__ can now be passed as
an empty tuple as well as an empty dict.
[ticket:2339].  Thanks to Fayaz Yusuf Khan
for the patch.
CHANGES
lib/sqlalchemy/ext/declarative.py
test/ext/test_declarative.py