<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pysqlcipher.git, branch 2.6.3-1</title>
<subtitle>[pysqlcipher] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/'/>
<entry>
<title>add changelog</title>
<updated>2014-09-12T02:17:17+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2014-09-12T02:17:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=61719eade1604530579a64a6ecf4e986f973d3d2'/>
<id>61719eade1604530579a64a6ecf4e986f973d3d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add usage section</title>
<updated>2014-09-09T00:47:04+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2014-09-09T00:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=d70705823bd6ce90d2e3849438c384978672cbb5'/>
<id>d70705823bd6ce90d2e3849438c384978672cbb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>set CFLAGS to -Qnoused-arguments to allow osx build</title>
<updated>2014-09-09T00:13:09+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2014-09-09T00:13:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=a181dc3bd83cee6ce1d8082f66d87b7e96b8a3bd'/>
<id>a181dc3bd83cee6ce1d8082f66d87b7e96b8a3bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix module import for iterdump method (#2945).</title>
<updated>2014-08-28T12:27:28+00:00</updated>
<author>
<name>db</name>
<email>drebs@riseup.net</email>
</author>
<published>2014-08-28T12:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=a080c427c80e6195685f43b2f63546a9e4f6efa0'/>
<id>a080c427c80e6195685f43b2f63546a9e4f6efa0</id>
<content type='text'>
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`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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`.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove the development flag so it's pip-installable</title>
<updated>2013-12-05T15:32:46+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-12-05T15:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=4118fec5ceb4bda79b1c117c95b378551163ab8b'/>
<id>4118fec5ceb4bda79b1c117c95b378551163ab8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove doc install for now</title>
<updated>2013-05-30T18:26:15+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-05-30T18:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=a5221c0bba13e639915e7db38578db665048ca9d'/>
<id>a5221c0bba13e639915e7db38578db665048ca9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add include dir for slcipher</title>
<updated>2013-05-30T16:22:39+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-05-30T16:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=82d2e3fe619bef5614bf187520d472fe186a5e54'/>
<id>82d2e3fe619bef5614bf187520d472fe186a5e54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ignore debian</title>
<updated>2013-05-29T20:36:07+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-05-29T20:36:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=63812c052d99023148a658b838ec6e907366d03e'/>
<id>63812c052d99023148a658b838ec6e907366d03e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump dev version</title>
<updated>2013-05-29T20:01:32+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-05-29T19:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=ec49752c6672d98cf9dbdcf1fd79107e30ba95b4'/>
<id>ec49752c6672d98cf9dbdcf1fd79107e30ba95b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add build_sqlcipher option</title>
<updated>2013-05-29T19:36:58+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-05-29T19:36:58+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/pysqlcipher.git/commit/?id=0ebb159495b941dc40c1f9eaeab250e87edaea7b'/>
<id>0ebb159495b941dc40c1f9eaeab250e87edaea7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
