<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/_sqlite, branch v2.5.4</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>Issue #4046: Backport of issue #3312's patch: fixes two crashes in the sqlite3</title>
<updated>2008-10-08T08:45:16+00:00</updated>
<author>
<name>Gerhard Häring</name>
<email>gh@ghaering.de</email>
</author>
<published>2008-10-08T08:45:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f80527679b64f9c14c555db6843fac659b1e3aeb'/>
<id>f80527679b64f9c14c555db6843fac659b1e3aeb</id>
<content type='text'>
module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
module.
</pre>
</div>
</content>
</entry>
<entry>
<title>#3157: Fix docstrings for cursor methods.</title>
<updated>2008-06-22T18:31:30+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2008-06-22T18:31:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6fa30f40b50e9f98579d16ee8358b75b898f13de'/>
<id>6fa30f40b50e9f98579d16ee8358b75b898f13de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for Issue2515: Don't crash when trying to fetch data from a closed cursor.</title>
<updated>2008-04-06T11:05:24+00:00</updated>
<author>
<name>Gerhard Häring</name>
<email>gh@ghaering.de</email>
</author>
<published>2008-04-06T11:05:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a269762fb0223fc6b7dae675f16bea48cddfdb32'/>
<id>a269762fb0223fc6b7dae675f16bea48cddfdb32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Backported a workaround for a bug in SQLite 3.2.x/3.3.x versions where a</title>
<updated>2007-11-25T17:40:35+00:00</updated>
<author>
<name>Gerhard Häring</name>
<email>gh@ghaering.de</email>
</author>
<published>2007-11-25T17:40:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=14fbf29692ab4beaddca40fa39698e02bbf6aa08'/>
<id>14fbf29692ab4beaddca40fa39698e02bbf6aa08</id>
<content type='text'>
  statement recompilation with no bound parameters lead to a segfault
- Backported a fix necessary because of an SQLite API change in version 3.5.
  This prevents segfaults when executing empty queries, like our test suite
  does.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  statement recompilation with no bound parameters lead to a segfault
- Backported a fix necessary because of an SQLite API change in version 3.5.
  This prevents segfaults when executing empty queries, like our test suite
  does.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport rev. 55783:</title>
<updated>2007-06-05T22:06:28+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2007-06-05T22:06:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c98da3d811c77e201a28d8526cb1b0e10c0f4d05'/>
<id>c98da3d811c77e201a28d8526cb1b0e10c0f4d05</id>
<content type='text'>
Patch by Tim Delany (missing DECREF). SF #1731330.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Tim Delany (missing DECREF). SF #1731330.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix spelling.</title>
<updated>2006-07-28T18:36:01+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2006-07-28T18:36:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cddabbf98ab16a1daa5cc36e0ef0767066d4feed'/>
<id>cddabbf98ab16a1daa5cc36e0ef0767066d4feed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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:30+00:00</updated>
<author>
<name>Gerhard Häring</name>
<email>gh@ghaering.de</email>
</author>
<published>2006-07-02T17:48:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.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:35+00:00</updated>
<author>
<name>Gerhard Häring</name>
<email>gh@ghaering.de</email>
</author>
<published>2006-06-19T21:17:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.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>Speculative checkin (requires approval of Gerhard Haering)</title>
<updated>2006-06-15T04:54:29+00:00</updated>
<author>
<name>Neal Norwitz</name>
<email>nnorwitz@gmail.com</email>
</author>
<published>2006-06-15T04:54:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fe7d0c3bc6352bbabd4b458bf736cd18e9082a27'/>
<id>fe7d0c3bc6352bbabd4b458bf736cd18e9082a27</id>
<content type='text'>
This backs out the test changes in 46962 which prevented crashes
by not running the tests via a version check.  All the version checks
added in that rev were removed from the tests.

Code was added to the error handler in connection.c that seems
to work with older versions of sqlite including 3.1.3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This backs out the test changes in 46962 which prevented crashes
by not running the tests via a version check.  All the version checks
added in that rev were removed from the tests.

Code was added to the error handler in connection.c that seems
to work with older versions of sqlite including 3.1.3.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added version checks in C code to make sure we don't trigger bugs in older</title>
<updated>2006-06-14T22:28:37+00:00</updated>
<author>
<name>Gerhard Häring</name>
<email>gh@ghaering.de</email>
</author>
<published>2006-06-14T22:28:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b2e881640377945716a5f4b147f8438f9e4738de'/>
<id>b2e881640377945716a5f4b147f8438f9e4738de</id>
<content type='text'>
  SQLite versions.
- Added version checks in test suite so that we don't execute tests that we
  know will fail with older (buggy) SQLite versions.

Now, all tests should run against all SQLite versions from 3.0.8 until 3.3.6
(latest one now). The sqlite3 module can be built against all these SQLite
versions and the sqlite3 module does its best to not trigger bugs in SQLite,
but using SQLite 3.3.3 or later is recommended.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  SQLite versions.
- Added version checks in test suite so that we don't execute tests that we
  know will fail with older (buggy) SQLite versions.

Now, all tests should run against all SQLite versions from 3.0.8 until 3.3.6
(latest one now). The sqlite3 module can be built against all these SQLite
versions and the sqlite3 module does its best to not trigger bugs in SQLite,
but using SQLite 3.3.3 or later is recommended.
</pre>
</div>
</content>
</entry>
</feed>
