]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add ``SET DEFAULT`` reflection option
authorroche-quentin <roche.quentin@bcg.com>
Wed, 8 May 2024 10:48:09 +0000 (06:48 -0400)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 8 May 2024 18:09:34 +0000 (20:09 +0200)
commit323a7dcb5e70ae555e771beb63e3a58158f003a2
tree2c481ec0236be4779380980fe1bdb659a57c62e6
parent02001e9458802ebb512a140aa24e663b364dc3ad
Add ``SET DEFAULT`` reflection option

Added missing foreign key reflection option ``SET DEFAULT``
in the MySQL and MariaDB dialects.

Fixes: #11285
Closes: #11368
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/11368
Pull-request-sha: dbd9c239c60b8f4f2be66967825ee15c1f7941b0

Change-Id: If61d3365fc4271432d5591d1b50e10f4a1da9290
doc/build/changelog/unreleased_20/11285.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mysql/reflection.py
test/dialect/mysql/test_reflection.py