]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby adaptation of old append_ddl_listener()
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Jun 2011 14:27:52 +0000 (10:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Jun 2011 14:27:52 +0000 (10:27 -0400)
commitfc4f7de0051334987326de1e74cd86d2a08e2e07
tree391cdf811e054e8e2409ca7f1cab601529c4ef38
parentaaa3cebe7224231ca396b1dc812525336dde745e
  - Fixed bug whereby adaptation of old append_ddl_listener()
    function was passing unexpected **kw through
    to the Table event.   Table gets no kws, the MetaData
    event in 0.6 would get "tables=somecollection",
    this behavior is preserved.  [ticket:2206]
CHANGES
lib/sqlalchemy/schema.py
test/engine/test_ddlevents.py