summaryrefslogtreecommitdiffstats
path: root/Modules/_sqlite/module.h
Commit message (Collapse)AuthorAgeFilesLines
* The sqlite3 module did cut off data from the SQLite database at the first nullGerhard Häring2006-07-021-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 weakGerhard Häring2006-06-191-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 willGerhard Häring2006-06-131-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äring2006-04-231-2/+2
|
* upgrade to final version of pysqlite 2.2.0Anthony Baxter2006-04-051-0/+2
|
* merged the sqlite-integration branch.Anthony Baxter2006-04-011-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.