]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix quotes regexp for SQLite CHECK constraints
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Mar 2022 17:46:24 +0000 (13:46 -0400)
committermike bayer <mike_mp@zzzcomputing.com>
Mon, 28 Mar 2022 20:50:16 +0000 (20:50 +0000)
commit24a031146c8b74550b6705dfb5f2e67ed69f78c9
tree9ee3e72993c5a425b980f7ca00196ee0bc2532f9
parentc90396fbe7424c481f8f4ee18b6cedd1fa09c711
fix quotes regexp for SQLite CHECK constraints

Fixed bug where the name of CHECK constraints under SQLite would not be
reflected if the name were created using quotes, as is the case when the
name uses mixed case or special characters.

Fixes: #5463
Change-Id: Ic3b1e0a0385fb9e727b0880e90815ea2814df313
doc/build/changelog/unreleased_14/5463.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/sqlite/base.py
lib/sqlalchemy/testing/suite/test_reflection.py