]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Ensure default_schema_name set to None in "schema is none" test
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Mar 2020 17:15:59 +0000 (13:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Mar 2020 17:15:59 +0000 (13:15 -0400)
commit5d89c8e5d45c8884810a299b3be950d0f0505920
treedbf09445469925147c4983de9995cc6a42e182cd
parent5be6b9c1517ece3637e0a04a44479c7daf9f63d9
Ensure default_schema_name set to None in "schema is none" test

A test here is working with the assumption that the default
schema name for the SQLite dialect is None.  This assumption
is likely changing in SQLAlchemy 1.4 due to
Ia5c89eb27cc8dc2c5b8e76d6c07c46290a7901b6, so for this test
case explicitly set it to None.

Change-Id: I8b6427d9f975d489f33f51484e45b0bdc81acf70
tests/test_autogen_diffs.py