Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The sqlite3 module did cut off data from the SQLite database at the first null | Gerhard Häring | 2006-07-02 | 1 | -1/+1 |
| | | | | character before sending it to a custom converter. This has been fixed now. | ||||
* | Fixed a memory leak that was introduced with incorrect usage of the Python weak | Gerhard Häring | 2006-06-19 | 1 | -1/+1 |
| | | | | | | reference API in pysqlite 2.2.1. Bumbed pysqlite version number to upcoming pysqlite 2.3.1 release. | ||||
* | Merged changes from external pysqlite 2.3.0 release. Documentation updates will | Gerhard Häring | 2006-06-13 | 1 | -1/+3 |
| | | | | follow in a few hours at the latest. Then we should be ready for beta1. | ||||
* | Updated the sqlite3 module to the external pysqlite 2.2.2 version. | Gerhard Häring | 2006-04-23 | 1 | -2/+2 |
| | |||||
* | upgrade to final version of pysqlite 2.2.0 | Anthony Baxter | 2006-04-05 | 1 | -0/+2 |
| | |||||
* | merged the sqlite-integration branch. | Anthony Baxter | 2006-04-01 | 1 | -0/+53 |
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. |