Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update | Wez Furlong | 2005-02-07 | 1 | -1/+1 |
| | |||||
* | update for api changes | Wez Furlong | 2005-02-06 | 1 | -1/+1 |
| | |||||
* | Eliminate unused parameter. | Wez Furlong | 2005-01-21 | 1 | -2/+2 |
| | | | | | | Don't start a transaction when asking for a cursor with pgsql. Fix parameter binding for sqlite3 | ||||
* | be aware of scrollable cursors; sqlite doesn't support them | Wez Furlong | 2005-01-12 | 1 | -1/+2 |
| | |||||
* | jumbo commit; implement sqlstate error codes. | Wez Furlong | 2005-01-07 | 1 | -1/+1 |
| | | | | | Bundle sqlite3 | ||||
* | hmmmmm. Bound params *were* working this way before, but now it seems that | Wez Furlong | 2004-12-26 | 1 | -2/+1 |
| | | | | | I have to bind them as text. | ||||
* | Removing clucking debug and tweak the reset call | Wez Furlong | 2004-09-26 | 1 | -2/+1 |
| | |||||
* | meta data for sqlite3. | Wez Furlong | 2004-09-26 | 1 | -1/+70 |
| | | | | | Fix repeated executes when the entire rowset has not been consumed. | ||||
* | First cut at a PDO driver for SQLite 3.x | Wez Furlong | 2004-09-19 | 1 | -0/+217 |
Features: - native prepare/execute and bound parameters. - finally supports binary data (via bound parameter api) - full unicode/utf-8 support Missing: - UDF functions - authorizer hooks for safe_mode/open_basedir restrictions You need to download, compile and install sqlite3 yourself; we're not bundling it (at least, not yet). |