]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix type annotation of schema.MetaData.naming_convention
authorFederico Caselli <cfederico87@gmail.com>
Mon, 7 Aug 2023 20:37:12 +0000 (22:37 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 8 Aug 2023 19:22:06 +0000 (21:22 +0200)
commit4cd3656a6522d5be2a61a5201a541c001bf10374
tree0424b4c3a987800d0e6328db386bc4cfdc1b8ce0
parent1377f33075a0e4230c88506d2bfd1e847a336da5
Fix type annotation of schema.MetaData.naming_convention

Fixed #9600
Closes: #9598
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/9598
Pull-request-sha: d458e36242c60f44b1140697ae04cc8ad8ac5b98

Change-Id: I2290d1955c21f8d40765f78e486c739263f6e4ab
lib/sqlalchemy/sql/schema.py
test/typing/plain_files/sql/schema.py [new file with mode: 0644]