]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed reflected SQLite check constraint name extraction regex.
authorJeff Horemans <jeff.horemans@vortex-financials.be>
Wed, 7 Aug 2024 11:18:42 +0000 (13:18 +0200)
committerJeff Horemans <jeff.horemans@vortex-financials.be>
Wed, 7 Aug 2024 11:18:42 +0000 (13:18 +0200)
commit6805909fadece2224ae6d68e6b22e18f1637bf79
treea687660b64e1eeeb3979a37e0fe8921a37ecc341
parent66981791ad9bf87ba3dda52b39d5730974567c31
Fixed reflected SQLite check constraint name extraction regex.
lib/sqlalchemy/dialects/sqlite/base.py
test/dialect/test_sqlite.py