]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Table.create() and Table.drop() no longer apply metadata-
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Apr 2010 17:08:45 +0000 (13:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Apr 2010 17:08:45 +0000 (13:08 -0400)
commit23f8c6c241a457d88bcb470e37a5d23926195290
treed8c7c75f464fdcd16cea9cf1d4fe33308dbd4b54
parenta4032d2929d82af81379893c3d2037ea253e929e
- Table.create() and Table.drop() no longer apply metadata-
level create/drop events.  [ticket:1771]
CHANGES
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/ddl.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/visitors.py
test/engine/test_bind.py
test/engine/test_ddlevents.py