From 6ddfe3b390fac8e5c7ef633ad5dd67463e94443b Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 2 Mar 2013 17:47:58 -0500 Subject: - :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 --- test/sql/test_metadata.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/sql/test_metadata.py') 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' ] ) + -- cgit v1.2.1