]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in new :meth:`.DialectKWArgs.argument_for` method where
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Apr 2014 03:34:07 +0000 (23:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 16 Apr 2014 03:34:07 +0000 (23:34 -0400)
commit99ae0dc821a1a36a6d1a966f51843f6632fc4117
tree7b9f1f348af97340bf008e2e76b7a0898589672d
parent0c4a1cf963ab5fab876ef2bc56d06b01b83d5c63
- Fixed bug in new :meth:`.DialectKWArgs.argument_for` method where
adding an argument for a construct not previously included for any
special arguments would fail. fixes #3024
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/base.py
test/sql/test_metadata.py