Files
sqlalchemy/test/sql
Kai Mueller 7e5e40ff84 Fix missing None handling of Table.prefixes
Fixed issue where passing ``None`` for the value of
:paramref:`_schema.Table.prefixes` would not store an empty list, but
rather the constant ``None``, which may be unexpected by third party
dialects. The issue is revealed by a usage in recent versions of Alembic
that are passing ``None`` for this value. Pull request courtesy Kai
Mueller.

Fixes: #6685
Closes: #6672
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/6672
Pull-request-sha: b79aca0ee4

Change-Id: I758641c6fbde6f2607d074fecea7efa6728aeea0
2021-06-28 10:26:01 -04:00
..
2021-05-12 22:10:19 +02:00
2021-05-12 22:10:19 +02:00
2021-05-12 22:10:19 +02:00