]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added "ddl" argument to the "on" callable of DDLElement [ticket:1538]
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 Oct 2009 00:11:00 +0000 (00:11 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 Oct 2009 00:11:00 +0000 (00:11 +0000)
commitd6239f2262f44cdf1c87d2ded28d0fe45ad8963d
tree9bca598e26cbd0108a9ab9d9419fc697f1024bc8
parent114ad36894ab37280106feb15e5421ac124c6834
- added "ddl" argument to the "on" callable of DDLElement [ticket:1538]
- fixed the imports in the "postgres" cleanup dialect
- renamed "schema_item" attribute/argument of DDLElement
  to "target".
CHANGES
doc/build/metadata.rst
lib/sqlalchemy/dialects/postgres.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/compiler.py
test/engine/test_ddlevents.py
test/orm/test_defaults.py