]> 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:23 +0000 (18:37 -0400)
commit40a5d0a4b006780167976b296984eb9790f3df7f
tree848b7f169169fb96b58e1b8efaca60fe0285b950
parentc99345ee9994c3ea2a5e6536cc3365f18d017cc1
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
doc/build/changelog/unreleased_12/pr452.rst [new file with mode: 0644]
test/dialect/test_sqlite.py