]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixes: #5395 Add 'exists' to SQLite's reserved keywords 5396/head
authorThodoris Sotiropoulos <theosotr@aueb.gr>
Thu, 11 Jun 2020 13:50:44 +0000 (16:50 +0300)
committerThodoris Sotiropoulos <theosotr@aueb.gr>
Thu, 11 Jun 2020 14:41:41 +0000 (17:41 +0300)
commit5608317a38db7b63115e3b467d182a3e5cc31580
treee4c01324fac3eb3470b6045117f8e546f02af119
parente1d4e59116bbf1a12bb6b3f57d33ddfc757d4567
Fixes: #5395 Add 'exists' to SQLite's reserved keywords
Fixes: https://github.com/sqlalchemy/sqlalchemy/issues/5395
lib/sqlalchemy/dialects/sqlite/base.py
test/dialect/test_sqlite.py