]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix TypeReflectionTest for sqlite 3.24
authorNils Philippsen <nils@tiptoe.de>
Sun, 24 Jun 2018 15:47:05 +0000 (11:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 25 Jun 2018 22:37:31 +0000 (18:37 -0400)
commit871c64221a56e546237e7cf1b2910842027c3531
tree7baf3face0db29b392acf436e3e09aaab877b799
parentecd84ef096c320b3fade5ba4882d17e627241cb6
fix TypeReflectionTest for sqlite 3.24

Fixed issue in test suite where SQLite 3.24 added a new reserved word that
conflicted with a usage in TypeReflectionTest.  Pull request courtesy Nils
Philippsen.

Change-Id: I396562cecb5ca774f29e9234845bcc6a399fc5cb
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/452
(cherry picked from commit 40a5d0a4b006780167976b296984eb9790f3df7f)
doc/build/changelog/unreleased_12/pr452.rst [new file with mode: 0644]
test/dialect/test_sqlite.py