]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
More adjustment to this SQLite related issue which was released in
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Dec 2012 15:32:56 +0000 (10:32 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Dec 2012 15:32:56 +0000 (10:32 -0500)
commit3f72142df053a9e0e447c967455871d6744ed703
treea093e4dab7ade87de306442b10cae2857d8881b7
parentd64dba17bb758fb8cf0dbf8e2ae331e5098bf2d0
More adjustment to this SQLite related issue which was released in
0.7.9, to intercept legacy SQLite quoting characters when reflecting
foreign keys.  In addition to intercepting double quotes, other
quoting characters such as brackets, backticks, and single quotes
are now also intercepted. [ticket:2568]
doc/build/changelog/changelog_07.rst
lib/sqlalchemy/dialects/sqlite/base.py
test/dialect/test_sqlite.py