36 Commits (16bc68fa0ca80efa47cf24450ae43ae42ddbf7ea)

Author SHA1 Message Date
Sebastian Bergmann 22f4ef45fe sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Ilia Alshanetsky 786da897ff MFB: Re-introduce the Matteo's patch and combine default & text handling 17 years ago
Ilia Alshanetsky 1a39a2d3d3 MFB: The \0 removal is only needed prior to 3.4.0 17 years ago
Ilia Alshanetsky f9493b0812 MFB: Revert faulty warning fix 17 years ago
Matteo Beccati 009691e028 - Fixed bug #48185 removing no-op code 17 years ago
Alexey Zakhlestin 7b22d40c61 reverted previous patch, using explicit cast instead 17 years ago
Alexey Zakhlestin bcfc638490 const pointer was used in non-const context 17 years ago
Marcus Boerger d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 17 years ago
Scott MacVicar 03b0b3031e Add table key to getColumnMeta() with SQLite 17 years ago
Sebastian Bergmann 7f4dc8702a Bump copyright year, 3 of 3. 17 years ago
Felipe Pena b859ca7770 - Fixed compilation warnings 18 years ago
Scott MacVicar b979efee24 MFB: 18 years ago
Sebastian Bergmann 9b620d50b4 Bump copyright year, 2 of 2. 18 years ago
Sebastian Bergmann 3717df72ae Bump year. 19 years ago
Wez Furlong c2a7928496 merge php5 pdo_sqlite into head; this source compiles on both php5 and php6. 19 years ago
Antony Dovgal 8e6bca8f07 fix #39564 (PDO::errorInfo() returns inconsistent information when sqlite3_step() fails) 20 years ago
foobar 251c5173fd bump year and license version 20 years ago
Wez Furlong 739c0680d0 actually reset the statement when closeCursor() is called. 21 years ago
Ilia Alshanetsky 66125c18a3 Fixed bug #33841 (pdo sqlite driver forgets to update affected column count 21 years ago
Wez Furlong 4854dd71de this needs to be the column count, otherwise a db->query() that returns 0 rows 21 years ago
Ilia Alshanetsky d3a9f93111 cursor_closer for SQLite. 21 years ago
Ilia Alshanetsky 703c55577b Fixed memory leak, after SQLITE_DONE sqlite3_data_count() always returns 0. 21 years ago
Wez Furlong f58e2006d5 fix for PECL Bug #3452 21 years ago
Wez Furlong ae5649598d upgrade bundled sqlite to sqlite 3.1.3 21 years ago
Ilia Alshanetsky cd6d5fb18f Fixed compile warnings. 21 years ago
Wez Furlong ad60999858 proper fix for PECL Bug #3412 21 years ago
Wez Furlong 211206b2e4 Add PDO_ATTR_TIMEOUT support. 21 years ago
Wez Furlong ae5958570b update 21 years ago
Wez Furlong d87c5ec288 update for api changes 21 years ago
Wez Furlong 26f97a911b Eliminate unused parameter. 21 years ago
Wez Furlong c77bd71315 be aware of scrollable cursors; sqlite doesn't support them 21 years ago
Wez Furlong e6c282a766 jumbo commit; implement sqlstate error codes. 21 years ago
Wez Furlong 823d48bd37 hmmmmm. Bound params *were* working this way before, but now it seems that 21 years ago
Wez Furlong 69a91aae8e Removing clucking debug and tweak the reset call 22 years ago
Wez Furlong 486b426947 meta data for sqlite3. 22 years ago
Wez Furlong 2f161ab79d First cut at a PDO driver for SQLite 3.x 22 years ago