]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added new backend for pysqlcipher, as we will probably get
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Oct 2014 18:55:42 +0000 (14:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Oct 2014 18:55:42 +0000 (14:55 -0400)
commitd2c1edfb15334a2fb6ada5b064563c144ac22ad7
tree96f8e7b51dd57d30740cbc017fa66e71ee229f5f
parente1d1d999c9a688f4c8dbbe885438c63d6ef494c6
- added new backend for pysqlcipher, as we will probably get
requests for it soon.
doc/build/changelog/changelog_09.rst
doc/build/dialects/sqlite.rst
lib/sqlalchemy/dialects/sqlite/__init__.py
lib/sqlalchemy/dialects/sqlite/pysqlcipher.py [new file with mode: 0644]
test/requirements.py