summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite
Commit message (Collapse)AuthorAgeFilesLines
* Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before callingJohannes Schlüter2010-02-111-39/+0
| | | | | constructor)
* Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)Ilia Alshanetsky2010-01-122-1/+17
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-035-5/+5
|
* - Added SKIPIFFelipe Pena2009-12-151-0/+4
|
* - Fixed memory leak when E_STRICT message is gettedFelipe Pena2009-12-141-0/+126
|
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-9/+3
|
* Someone strap down Jani and give him a sedative please.Rasmus Lerdorf2009-11-251-6/+6
| | | | | | This makes our toolchain work with the latest versions of autoconf and avoids a lot of end-user grief.
* - Fixed bug #49521 (PDO fetchObject sets values before calling constructor) Felipe Pena2009-11-151-0/+39
| | | | | (patch by Pierrick)
* Add metadata support to the bundled version of libsqlite on Windows, part of ↵Scott MacVicar2009-10-161-1/+1
| | | | | | | | bug #49206. Will commit the new feature part separately.
* Don't build sqlite as threadsafe if we are doing an NTS buildKalle Sommer Nielsen2009-08-101-1/+1
|
* - Fixed bug #48773 (Incorrect error when setting PDO::ATTR_STATEMENT_CLASS ↵Felipe Pena2009-07-191-0/+34
| | | | | | | with ctor_args) [HEAD only]
* MFB: Re-introduce the Matteo's patch and combine default & text handlingIlia Alshanetsky2009-05-201-10/+0
| | | | | since they appear to be the same irregardless on notes inside sqlite3.h
* MFB: The \0 removal is only needed prior to 3.4.0Ilia Alshanetsky2009-05-191-2/+3
|
* MFB: Revert faulty warning fixIlia Alshanetsky2009-05-191-0/+4
|
* - Fixed bug #48185 removing no-op codeMatteo Beccati2009-05-071-5/+0
|
* - Fix cleanupJani Taskinen2009-04-251-1/+5
|
* - Added missing SKIPIFJani Taskinen2009-04-255-0/+10
|
* reverted previous patch, using explicit cast insteadAlexey Zakhlestin2009-04-011-15/+7
|
* const pointer was used in non-const contextAlexey Zakhlestin2009-04-011-4/+12
|
* - Fix testFelipe Pena2009-03-231-1/+1
|
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-105-5/+5
|
* - Fix testFelipe Pena2009-02-201-1/+1
|
* - Fix #46542 Extending PDO class with a __call() function doesn't work asJohannes Schlüter2009-02-171-0/+20
| | | | | expected
* - New testFelipe Pena2009-02-131-0/+51
|
* Add table key to getColumnMeta() with SQLiteScott MacVicar2009-01-133-1/+31
|
* Fix building of pdo_sqlite without sqlite3Scott MacVicar2009-01-121-0/+4
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-315-5/+5
|
* Fix tests (use a in-memory database not a file called memory)Johannes Schlüter2008-12-037-7/+7
|
* - Fixed memory leaksFelipe Pena2008-12-025-2/+126
| | | | | - Added new tests (Coverage++)
* Fixed bug #46409 (__invoke method called outside of object context when ↵Dmitry Stogov2008-11-271-1/+1
| | | | using array_map)
* - Fixed wrong checkFelipe Pena2008-11-051-7/+13
| | | | | - Improved test
* - Improved fixFelipe Pena2008-11-031-0/+33
|
* - Fix test (string -> unicode)Felipe Pena2008-11-031-12/+12
|
* - New testFelipe Pena2008-11-031-0/+50
|
* - Fixed endless loop in PDOStatement::debugDumpParams()Felipe Pena2008-11-031-0/+31
| | | | | patch by: Jonah H. Harris <jonah.harris at gmail dot com>
* - Added skipif (Opss :))Felipe Pena2008-10-101-0/+4
|
* - New testFelipe Pena2008-10-101-0/+38
|
* Stupid typoElizabeth Marie Smith2008-08-061-1/+1
|
* Fix include pathElizabeth Marie Smith2008-08-061-1/+1
|
* Some fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions ↵Elizabeth Marie Smith2008-08-051-2/+5
| | | | don't depend on each other if shared, and don't try to put two versions of the sqlite3 lib if static
* - Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-3/+3
|
* MFB: Make pdo_sqlite use the bundled extension with sqlite3Scott MacVicar2008-08-011-8/+9
|
* - Fix PDO configure dependancy: If --disable-pdo is used, disable all ↵Jani Taskinen2008-07-251-5/+5
| | | | enabled-by-default drivers. Also error out if you try to configure a driver as static but pdo is disabled.
* Remove non existent defines, change THREADSAFE to SQLITE_THREADSAFE and sync ↵Scott MacVicar2008-07-242-10/+22
| | | | with 5.3
* Add .cvsignore, update config.w32 and remove the other bundled sqlite libraryScott MacVicar2008-07-24126-136076/+2
|
* MFB: Update pdo_sqlite to use the amalgamation, much easier to upgrade / ↵Scott MacVicar2008-07-246-57/+93012
| | | | maintain. Also kill useless PECL version tag in MINFO.
* MFB: This file isn't needed any moreScott MacVicar2008-07-171-158/+0
|
* - Fixed compilation warningsFelipe Pena2008-03-221-1/+1
|
* MFB:Scott MacVicar2008-03-071-4/+35
| | | | | | Fixed bug #41135 (When binding as binary data use sqlite3_bind_blob() to stop errors with null bytes.) Fixed bug #42443 (Bind integers and booleans as integers rather than strings.)
* MFB: Update bundled SQLite to 3.5.6Scott MacVicar2008-03-07107-24037/+38846
|