]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- rework sqlite FK and unique constraint system to combine both PRAGMA
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Dec 2014 23:04:11 +0000 (18:04 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Dec 2014 00:24:56 +0000 (19:24 -0500)
commit468db416dbf284f0e7dddde90ec9641dc89428c6
tree061c600e0a2cd834d60137f901b5088a9c6eb664
parent5b146e1bab7b440038c356f388e3362a669399c1
- rework sqlite FK and unique constraint system to combine both PRAGMA
and regexp parsing of SQL in order to form a complete picture of
constraints + their names.  fixes #3244 fixes #3261
- factor various PRAGMA work to be centralized into one call
doc/build/changelog/changelog_09.rst
doc/build/changelog/changelog_10.rst
doc/build/changelog/migration_10.rst
lib/sqlalchemy/dialects/sqlite/base.py
test/dialect/test_sqlite.py