]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed SQLite check constraint reflection regex to allow space in constraint name.
authorJeff Horemans <jeff.horemans@vortex-financials.be>
Wed, 7 Aug 2024 11:51:26 +0000 (13:51 +0200)
committerJeff Horemans <jeff.horemans@vortex-financials.be>
Wed, 7 Aug 2024 11:51:26 +0000 (13:51 +0200)
commitb4a603279137d76016436bedcd7999b7756c4d6d
tree03d4d0516ae8e2d98a34f71b88a8c458f41ea9c0
parent6805909fadece2224ae6d68e6b22e18f1637bf79
Fixed SQLite check constraint reflection regex to allow space in constraint name.
lib/sqlalchemy/dialects/sqlite/base.py
test/dialect/test_sqlite.py