Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Add test | Marcus Boerger | 2005-02-19 | 1 | -0/+35 | |
| | ||||||
* | - Add test | Marcus Boerger | 2005-02-19 | 1 | -0/+57 | |
| | ||||||
* | - Add PDO_FETCH_GROUP test | Marcus Boerger | 2005-02-19 | 1 | -0/+69 | |
| | ||||||
* | - Update/Add tests | Marcus Boerger | 2005-02-19 | 5 | -28/+171 | |
| | ||||||
* | - Add first tests | Marcus Boerger | 2005-02-19 | 3 | -0/+175 | |
| | ||||||
* | symlinked pdo drivers under ext. | Wez Furlong | 2005-02-17 | 1 | -8/+8 | |
| | | | | | | | | | | Enabled PDO and PDO_SQLITE by default. Fixup PDO header detection so that it searches in the correct order, and correctly picks up the headers when building from outside of the source tree. TODO: make pdo_XXX auto-enable when XXX is enabled. Volunteers welcome. | |||||
* | correct backwards logic | Wez Furlong | 2005-02-13 | 1 | -1/+1 | |
| | ||||||
* | Probably fix pecl vs bundled-shared build | Wez Furlong | 2005-02-13 | 1 | -2/+1 | |
| | ||||||
* | prep for release | Wez Furlong | 2005-02-12 | 2 | -3/+4 | |
| | ||||||
* | Fix bundled sqlite build (doh!) | Wez Furlong | 2005-02-12 | 1 | -1/+1 | |
| | ||||||
* | prep for release | Wez Furlong | 2005-02-10 | 2 | -2/+2 | |
| | ||||||
* | Fixed compile warnings. | Ilia Alshanetsky | 2005-02-09 | 2 | -20/+12 | |
| | ||||||
* | proper fix for PECL Bug #3412 | Wez Furlong | 2005-02-09 | 1 | -4/+9 | |
| | ||||||
* | update with changes | Wez Furlong | 2005-02-09 | 1 | -5/+9 | |
| | ||||||
* | Add PDO_ATTR_TIMEOUT support. | Wez Furlong | 2005-02-09 | 2 | -5/+26 | |
| | | | | | Fix PECL Bug #3391 | |||||
* | update ready for release. | Wez Furlong | 2005-02-09 | 3 | -13/+12 | |
| | | | | | Disable dependency macro for compatibility with existing PHP 5.0.x releases. | |||||
* | update | Wez Furlong | 2005-02-07 | 1 | -1/+1 | |
| | ||||||
* | update for api changes | Wez Furlong | 2005-02-06 | 2 | -2/+2 | |
| | ||||||
* | Eliminate unused parameter. | Wez Furlong | 2005-01-21 | 2 | -4/+4 | |
| | | | | | | Don't start a transaction when asking for a cursor with pgsql. Fix parameter binding for sqlite3 | |||||
* | Allow drivers to select bind emulation on a per statement basis | Wez Furlong | 2005-01-18 | 1 | -1/+1 | |
| | ||||||
* | be aware of scrollable cursors; sqlite doesn't support them | Wez Furlong | 2005-01-12 | 2 | -1/+8 | |
| | ||||||
* | touch generated file to avoid implicit yacc rule from eating it | Wez Furlong | 2005-01-12 | 1 | -1/+1 | |
| | ||||||
* | jumbo commit; implement sqlstate error codes. | Wez Furlong | 2005-01-07 | 102 | -55/+102557 | |
| | | | | | Bundle sqlite3 | |||||
* | add proper dep | Wez Furlong | 2004-12-31 | 1 | -0/+1 | |
| | ||||||
* | hmmmmm. Bound params *were* working this way before, but now it seems that | Wez Furlong | 2004-12-26 | 2 | -3/+3 | |
| | | | | | I have to bind them as text. | |||||
* | fix build issues | Wez Furlong | 2004-12-25 | 2 | -3/+3 | |
| | ||||||
* | *cough* de-bogusify driver registration. | Wez Furlong | 2004-10-26 | 1 | -30/+4 | |
| | | | | | (what was I smoking??) | |||||
* | 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 | 2 | -1/+71 | |
| | | | | | Fix repeated executes when the entire rowset has not been consumed. | |||||
* | add entry for liveness check | Wez Furlong | 2004-09-23 | 1 | -1/+2 | |
| | ||||||
* | Add additional include search path | Edin Kadribasic | 2004-09-20 | 1 | -1/+1 | |
| | ||||||
* | Add package.xml | Wez Furlong | 2004-09-19 | 1 | -0/+54 | |
| | | | | | (not quite ready for release) | |||||
* | Use NO_PERM code here | Wez Furlong | 2004-09-19 | 1 | -1/+1 | |
| | ||||||
* | make it build on win32 | Wez Furlong | 2004-09-19 | 2 | -8/+13 | |
| | ||||||
* | Add transaction support. | Wez Furlong | 2004-09-19 | 1 | -5/+106 | |
| | | | | | Add authorizer/safe_mode support | |||||
* | First cut at a PDO driver for SQLite 3.x | Wez Furlong | 2004-09-19 | 9 | -0/+784 | |
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). |