<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cpython.git/Modules/_sqlite/module.h, branch v2.7rc2</title>
<subtitle>https://github.com/python/cpython.git</subtitle>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/'/>
<entry>
<title>Merged code from pysqlite 2.6.0.</title>
<updated>2010-03-05T09:12:37Z</updated>
<author>
<name>Gerhard Häring</name>
<email>gh@ghaering.de</email>
</author>
<published>2010-03-05T09:12:37Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=3bbb67273a8c146a38de91080a37e716e2699622'/>
<id>3bbb67273a8c146a38de91080a37e716e2699622</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated to pysqlite 2.4.1. Documentation additions will come later.</title>
<updated>2008-02-29T22:08:41Z</updated>
<author>
<name>Gerhard Häring</name>
<email>gh@ghaering.de</email>
</author>
<published>2008-02-29T22:08:41Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=1cc60ed214d83b1901a9e68782559c18f705ff07'/>
<id>1cc60ed214d83b1901a9e68782559c18f705ff07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged changes from standalone version 2.3.3. This should probably all be</title>
<updated>2007-01-14T01:43:50Z</updated>
<author>
<name>Gerhard Häring</name>
<email>gh@ghaering.de</email>
</author>
<published>2007-01-14T01:43:50Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=0741a60ca7b332b755d8a6b3328da414f963f7b4'/>
<id>0741a60ca7b332b755d8a6b3328da414f963f7b4</id>
<content type='text'>
merged into the 2.5 maintenance branch:

- self-&gt;statement was not checked while fetching data, which could
  lead to crashes if you used the pysqlite API in unusual ways.
  Closing the cursor and continuing to fetch data was enough.

- Converters are stored in a converters dictionary. The converter name
  is uppercased first. The old upper-casing algorithm was wrong and
  was replaced by a simple call to the Python string's upper() method
  instead.

-Applied patch by Glyph Lefkowitz that fixes the problem with
 subsequent SQLITE_SCHEMA errors.

- Improvement to the row type: rows can now be iterated over and have a keys()
  method. This improves compatibility with both tuple and dict a lot.

- A bugfix for the subsecond resolution in timestamps.

- Corrected the way the flags PARSE_DECLTYPES and PARSE_COLNAMES are
  checked for. Now they work as documented.

- gcc on Linux sucks. It exports all symbols by default in shared
  libraries, so if symbols are not unique it can lead to problems with
  symbol lookup.  pysqlite used to crash under Apache when mod_cache
  was enabled because both modules had the symbol cache_init. I fixed
  this by applying the prefix pysqlite_ almost everywhere. Sigh.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
merged into the 2.5 maintenance branch:

- self-&gt;statement was not checked while fetching data, which could
  lead to crashes if you used the pysqlite API in unusual ways.
  Closing the cursor and continuing to fetch data was enough.

- Converters are stored in a converters dictionary. The converter name
  is uppercased first. The old upper-casing algorithm was wrong and
  was replaced by a simple call to the Python string's upper() method
  instead.

-Applied patch by Glyph Lefkowitz that fixes the problem with
 subsequent SQLITE_SCHEMA errors.

- Improvement to the row type: rows can now be iterated over and have a keys()
  method. This improves compatibility with both tuple and dict a lot.

- A bugfix for the subsecond resolution in timestamps.

- Corrected the way the flags PARSE_DECLTYPES and PARSE_COLNAMES are
  checked for. Now they work as documented.

- gcc on Linux sucks. It exports all symbols by default in shared
  libraries, so if symbols are not unique it can lead to problems with
  symbol lookup.  pysqlite used to crash under Apache when mod_cache
  was enabled because both modules had the symbol cache_init. I fixed
  this by applying the prefix pysqlite_ almost everywhere. Sigh.
</pre>
</div>
</content>
</entry>
<entry>
<title>The sqlite3 module did cut off data from the SQLite database at the first null</title>
<updated>2006-07-02T17:48:30Z</updated>
<author>
<name>Gerhard Häring</name>
<email>gh@ghaering.de</email>
</author>
<published>2006-07-02T17:48:30Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=762fbd34858f7df608e6da8079bf648bc7d3d8cc'/>
<id>762fbd34858f7df608e6da8079bf648bc7d3d8cc</id>
<content type='text'>
character before sending it to a custom converter. This has been fixed now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
character before sending it to a custom converter. This has been fixed now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a memory leak that was introduced with incorrect usage of the Python weak</title>
<updated>2006-06-19T21:17:35Z</updated>
<author>
<name>Gerhard Häring</name>
<email>gh@ghaering.de</email>
</author>
<published>2006-06-19T21:17:35Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=ecd2010951cac5a525a36906bdb803de1f619bb1'/>
<id>ecd2010951cac5a525a36906bdb803de1f619bb1</id>
<content type='text'>
reference API in pysqlite 2.2.1.

Bumbed pysqlite version number to upcoming pysqlite 2.3.1 release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reference API in pysqlite 2.2.1.

Bumbed pysqlite version number to upcoming pysqlite 2.3.1 release.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged changes from external pysqlite 2.3.0 release. Documentation updates will</title>
<updated>2006-06-13T22:24:47Z</updated>
<author>
<name>Gerhard Häring</name>
<email>gh@ghaering.de</email>
</author>
<published>2006-06-13T22:24:47Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=1541ef08afda1da09ec99cfb5305fdc0af04ef40'/>
<id>1541ef08afda1da09ec99cfb5305fdc0af04ef40</id>
<content type='text'>
follow in a few hours at the latest. Then we should be ready for beta1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
follow in a few hours at the latest. Then we should be ready for beta1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated the sqlite3 module to the external pysqlite 2.2.2 version.</title>
<updated>2006-04-23T15:24:26Z</updated>
<author>
<name>Gerhard Häring</name>
<email>gh@ghaering.de</email>
</author>
<published>2006-04-23T15:24:26Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=3e99c0ad649de0393d9a8af17f34d9d1f55f4ab2'/>
<id>3e99c0ad649de0393d9a8af17f34d9d1f55f4ab2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade to final version of pysqlite 2.2.0</title>
<updated>2006-04-05T18:25:33Z</updated>
<author>
<name>Anthony Baxter</name>
<email>anthonybaxter@gmail.com</email>
</author>
<published>2006-04-05T18:25:33Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=8e7b4908901e30f594e52d5fdcdc8b4e2d274ff1'/>
<id>8e7b4908901e30f594e52d5fdcdc8b4e2d274ff1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merged the sqlite-integration branch.</title>
<updated>2006-04-01T00:57:31Z</updated>
<author>
<name>Anthony Baxter</name>
<email>anthonybaxter@gmail.com</email>
</author>
<published>2006-04-01T00:57:31Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=c51ee69b27a35bb45e501766dd33674eae7ddb30'/>
<id>c51ee69b27a35bb45e501766dd33674eae7ddb30</id>
<content type='text'>
This is based on pysqlite2.1.3, and provides a DB-API interface in
the standard library. You'll need sqlite 3.2.2 or later to build
this - if you have an earlier version, the C extension module will
not be built.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is based on pysqlite2.1.3, and provides a DB-API interface in
the standard library. You'll need sqlite 3.2.2 or later to build
this - if you have an earlier version, the C extension module will
not be built.
</pre>
</div>
</content>
</entry>
</feed>
