]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add quotes around PRAGMA values in pysqlcipher connect.
authorKevin Jurczyk <oss@k-jurczyk.de>
Tue, 8 Nov 2016 17:12:16 +0000 (12:12 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Nov 2016 17:16:57 +0000 (12:16 -0500)
commitb141f9f3c8c5c7348daff5aa2a30850c3bf673ba
tree302f5f2278967918e55dba3f64924c6db88a3b75
parent942c2429c033255979b6a55de836b9b26370673e
Add quotes around PRAGMA values in pysqlcipher connect.

Arguments such as cipher, kdf_iter, cipher_page_size and
cipher_use_hmac may (always?) require quotes within the
PRAGMA directive.

Change-Id: I2c808f34e1c44f0593b72b304e170e4af0a6035a
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/319
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/dialects/sqlite/pysqlcipher.py