diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-03-02 17:47:58 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-03-02 17:47:58 -0500 |
| commit | 6ddfe3b390fac8e5c7ef633ad5dd67463e94443b (patch) | |
| tree | f3e09b731dfd88181012aa4f3d8a2cbe293315f1 /test/sql | |
| parent | 7090ca9b0951c1a59d6d66fc70c003dcc4ddf239 (diff) | |
| download | sqlalchemy-6ddfe3b390fac8e5c7ef633ad5dd67463e94443b.tar.gz | |
- :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
Diffstat (limited to 'test/sql')
| -rw-r--r-- | test/sql/test_metadata.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sql/test_metadata.py b/test/sql/test_metadata.py index b702e31e7..db2eaa4fa 100644 --- a/test/sql/test_metadata.py +++ b/test/sql/test_metadata.py @@ -1628,3 +1628,4 @@ class CatchAllEventsTest(fixtures.TestBase): 'UniqueConstraint->Table', 'UniqueConstraint->t2' ] ) + |
