]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix missing None handling of Table.prefixes
authorKai Mueller <15907922+kasium@users.noreply.github.com>
Thu, 24 Jun 2021 13:08:50 +0000 (13:08 +0000)
committerKai Mueller <15907922+kasium@users.noreply.github.com>
Thu, 24 Jun 2021 13:08:50 +0000 (13:08 +0000)
commit0638723e43f156889fc4ae19dbf96f586ca2ae53
treed3b97ed7f8e66ae90c77a6ef7d5b4eb1d94c2552
parentb2b23b00b70dceb2e76c804898d7bfa7b82e48c5
Fix missing None handling of Table.prefixes
lib/sqlalchemy/sql/schema.py
test/sql/test_metadata.py