Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-24 | [bug] setup does only work with msvc compiler | PaixuAabuizia | |
add compiler detection for msvc & mingw32 | |||
2015-01-16 | Merge remote-tracking branch 'leapcode/pr/14' into develop | Kali Kaneko | |
2015-01-16 | Fix for invalid concatenated path causing install to fail in OpenBazaar | Paul Barriere | |
2014-11-12 | fix typo in almalgamation url2.6.4 | Kali Kaneko | |
2014-11-11 | bump version in setup.py | Kali Kaneko | |
2014-11-10 | add changelog entry for msvs pullreq | Kali Kaneko | |
2014-11-10 | Add support for msvc | Giannis Adamopoulos | |
2014-11-10 | use https uri for amalgamation download | Kali Kaneko | |
Closes: #13 | |||
2014-09-14 | readme fixes | Kali Kaneko | |
2014-09-14 | fix bad expression | Kali Kaneko | |
2014-09-12 | document build_sqlcipher command | Kali Kaneko | |
2014-09-12 | fix syntax for code blocks | Kali Kaneko | |
2014-09-11 | ignore egg-info folder | Kali Kaneko | |
2014-09-11 | move to setuptools based setup | Kali Kaneko | |
2014-09-11 | add changelog2.6.3-1 | Kali Kaneko | |
2014-09-08 | add usage section | Kali Kaneko | |
2014-09-08 | set CFLAGS to -Qnoused-arguments to allow osx build | Kali Kaneko | |
2014-08-28 | Fix 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-05 | remove the development flag so it's pip-installable | Kali Kaneko | |
2013-05-31 | remove doc install for now | Kali Kaneko | |
2013-05-31 | add include dir for slcipher | Kali Kaneko | |
2013-05-30 | ignore debian | Kali Kaneko | |
2013-05-30 | bump dev version | Kali Kaneko | |
2013-05-30 | add build_sqlcipher option | Kali Kaneko | |
2013-05-30 | cleanup docs | Kali Kaneko | |
2013-04-30 | add dev version | Kali Kaneko | |
2013-04-26 | minor modifications to setup | Kali Kaneko | |
2013-02-04 | initial commit | Kali Kaneko | |