]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
FIX #11285 11368/head
authorroche-quentin <roche.quentin@bcg.com>
Wed, 8 May 2024 08:41:00 +0000 (10:41 +0200)
committerroche-quentin <roche.quentin@bcg.com>
Wed, 8 May 2024 08:56:35 +0000 (10:56 +0200)
commitdbd9c239c60b8f4f2be66967825ee15c1f7941b0
treef9b6de010e712f0ca8c345ed06a7652ff6941306
parent02001e9458802ebb512a140aa24e663b364dc3ad
FIX #11285
CONSTRAINT FOREIGN KEY ON DELETE was missing SET DEFAULT in MySQL reflexion
lib/sqlalchemy/dialects/mysql/reflection.py
test/dialect/mysql/test_reflection.py