20 Commits (284fa08eb783a48f98eabda25aaaebefb5937cce)

Author SHA1 Message Date
Petri Lehtinen 0518f470b1 sqlite3: Handle strings with embedded zeros correctly 14 years ago
Gerhard Häring 3bbb67273a Merged code from pysqlite 2.6.0. 16 years ago
Gerhard Häring e6872eb417 Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concurrent access to the same database file from multiple threads/processes. 18 years ago
Gerhard Häring 6e1afcf988 Fixes issue #3103. In the sqlite3 module, made one more function static. All renaming public symbos now have the pysqlite prefix to avoid name clashes. This at least once created problems where the same symbol name appeared somewhere in Apache and the sqlite3 module was used from mod_python. 18 years ago
Gregory P. Smith dd96db63f6 This reverts r63675 based on the discussion in this thread: 18 years ago
Christian Heimes 593daf545b Renamed PyString to PyBytes 18 years ago
Gerhard Häring ffa3357d52 SQLite requires 64-bit integers in order to build. So the whole HAVE_LONG_LONG 18 years ago
Gerhard Häring 2a11c05b9d Update sqlite3 module to match current version of pysqlite. 18 years ago
Gerhard Häring 1cc60ed214 Updated to pysqlite 2.4.1. Documentation additions will come later. 18 years ago
Christian Heimes e93237dfcc #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 18 years ago
Gerhard Häring 99b9df8e11 Forward-port of commit 59184. 18 years ago
Gerhard Häring 14fbf29692 - Backported a workaround for a bug in SQLite 3.2.x/3.3.x versions where a 18 years ago
Martin v. Löwis 6819210b9e PEP 3123: Provide forward compatibility with Python 3.0, while keeping 19 years ago
Gerhard Häring 0741a60ca7 Merged changes from standalone version 2.3.3. This should probably all be 19 years ago
Gerhard Häring 3e99c0ad64 Updated the sqlite3 module to the external pysqlite 2.2.2 version. 20 years ago
Neal Norwitz 195e4e67e7 Fix valgrind problem with invalid memory read 20 years ago
Anthony Baxter 8e7b490890 upgrade to final version of pysqlite 2.2.0 20 years ago
Anthony Baxter 72289a616c Update to pysqlite 2.2.0 20 years ago
Neal Norwitz 95f0e4c401 Make ssize_t clean 20 years ago
Anthony Baxter 07f5b35e19 backport r243 from the pysqlite2 svn repository - lowers the required version 20 years ago
Anthony Baxter c51ee69b27 merged the sqlite-integration branch. 20 years ago