]> 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:20 +0000 (20:50 +0000)
commit256efbb2b8ffa69e3e08bc987161a8e1b9649dc9
treede4f94a251b04ee69dcf9bd8252221100e1e26bf
parent32cac8f9ff223acfaea4f33798ebcb658382d145
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
(cherry picked from commit cb52b934000047278dbb63d0cfffdb4eae1f669c)
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