summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-14fix bad expressionKali Kaneko
2014-09-12document build_sqlcipher commandKali Kaneko
2014-09-12fix syntax for code blocksKali Kaneko
2014-09-11ignore egg-info folderKali Kaneko
2014-09-11move to setuptools based setupKali Kaneko
2014-09-11add changelog2.6.3-1Kali Kaneko
2014-09-08add usage sectionKali Kaneko
2014-09-08set CFLAGS to -Qnoused-arguments to allow osx buildKali Kaneko
2014-08-28Fix module import for iterdump method (#2945).db
The python `pysqlcipher.dbapi2.Connection.iterdump` method is bound to the `pysqlite_connection_iterdump()` function in src/connection.c. This function should import the python `pysqlcipher.dump` module, which contains the function `_iterdump` with the actual implementation of the `pysqlcipher.dbapi2.Connection.iterdump` method. The `pysqlcipher` module was adapted from the `pysqlite2` module. When that was done we forgot to change the import of the `dump` module, which until now was being loaded from the old `pysqlite2` module, instead of being loaded from the correct `pysqlcipher` module. This was a bug and was forcing us to depend on `pysqlite2` to be able to use the `iterdump` method. This commit fixes that bug by loading the correct `pysqlcipher` module in the `pysqlite_connection_iterdump()` function in `src/connection.c`.
2013-12-05remove the development flag so it's pip-installableKali Kaneko
2013-05-31remove doc install for nowKali Kaneko
2013-05-31add include dir for slcipherKali Kaneko
2013-05-30ignore debianKali Kaneko
2013-05-30bump dev versionKali Kaneko
2013-05-30add build_sqlcipher optionKali Kaneko
2013-05-30cleanup docsKali Kaneko
2013-04-30add dev versionKali Kaneko
2013-04-26minor modifications to setupKali Kaneko
2013-02-04initial commitKali Kaneko