]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- :meth:`.MetaData.create_all` and :meth:`.MetaData.drop_all` will
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Mar 2013 22:47:58 +0000 (17:47 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Mar 2013 22:47:58 +0000 (17:47 -0500)
commit6ddfe3b390fac8e5c7ef633ad5dd67463e94443b
treef3e09b731dfd88181012aa4f3d8a2cbe293315f1
parent7090ca9b0951c1a59d6d66fc70c003dcc4ddf239
- :meth:`.MetaData.create_all` and :meth:`.MetaData.drop_all` will
now accommodate an empty list as an instruction to not create/drop
any items, rather than ignoring the collection. [ticket:2664].
This is a behavioral change and extra notes to the changelog
and migration document have been added.

- create a new test suite for exercising codepaths
in engine/ddl.py
doc/build/changelog/changelog_08.rst
doc/build/changelog/migration_08.rst
lib/sqlalchemy/engine/ddl.py
test/engine/test_ddlemit.py [new file with mode: 0644]
test/sql/test_metadata.py