php-src/ext/sqlite3
Christoph M. Becker 57940605da Fix #70628: Clearing bindings on an SQLite3 statement doesn't work
Obiously, it isn't sufficient to call sqlite3_clear_bindings() alone, but
also the bound_params of the php_sqlite3_stmt have to be cleared.
2016-06-27 17:06:27 +02:00
..
libsqlite Upgrade bundled sqlite to 3.8.10.2 2015-06-08 22:29:10 +03:00
tests Fix #70628: Clearing bindings on an SQLite3 statement doesn't work 2016-06-27 17:06:27 +02:00
config0.m4 Fix long-standing visual pain point: the misalignment of './configure help' text. 2013-08-06 11:06:09 -07:00
config.w32 let the libsqlite3 symbols be exported in dll 2013-09-17 13:05:44 +02:00
CREDITS Good patch from Brad Dewar that adds missing createCollation() 2012-01-29 03:57:29 +00:00
php_sqlite3_structs.h Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
php_sqlite3.h Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
sqlite3.c Fix #70628: Clearing bindings on an SQLite3 statement doesn't work 2016-06-27 17:06:27 +02:00