Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged code from pysqlite 2.6.0. | Gerhard Häring | 2010-03-05 | 1 | -0/+20 |
| | |||||
* | Merge r73838 from py3k branch. Use the nondeprecated unittest method | Gregory P. Smith | 2009-07-04 | 1 | -10/+10 |
| | | | | names. | ||||
* | Prevent test_sqlite from hanging on older versions of sqlite. | Neal Norwitz | 2008-04-05 | 1 | -0/+8 |
| | | | | | | | | | | The problem is that when trying to do the second insert, sqlite seems to sleep for a very long time. Here is the output from strace: read(6, "SQLite format 3\0\4\0\1\1\0@ \0\0\0\1\0\0\0\0"..., 1024) = 1024 nanosleep({4294, 966296000}, <unfinished ...> I don't know which version this was fixed in, but 3.2.1 definitely fails. | ||||
* | Catch OSError when trying to remove a file in case removal fails. This | Neal Norwitz | 2008-03-05 | 1 | -2/+5 |
| | | | | should prevent a failure in tearDown masking any real test failure. | ||||
* | Updated to pysqlite 2.4.1. Documentation additions will come later. | Gerhard Häring | 2008-02-29 | 1 | -1/+19 |
| | |||||
* | Update to pysqlite 2.2.0 | Anthony Baxter | 2006-04-04 | 1 | -1/+3 |
| | |||||
* | merged the sqlite-integration branch. | Anthony Baxter | 2006-04-01 | 1 | -0/+154 |
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. |