.. |
bug45798.phpt
|
- MFH: Fixed bug #45798 (sqlite3 doesn't notice if variable was bound)
|
2008-08-12 13:37:32 +00:00 |
bug47159.phpt
|
MFH Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelist
|
2009-01-20 09:57:34 +00:00 |
bug53463.phpt
|
- add skipif
|
2011-09-06 07:28:38 +00:00 |
bug63921-32bit.phpt
|
Fix #73333: 2147483647 is fetched as string
|
2016-10-17 23:34:41 +02:00 |
bug63921-64bit.phpt
|
Fix #73333: 2147483647 is fetched as string
|
2016-10-17 23:34:41 +02:00 |
bug66550.phpt
|
Fix bug #66550 (SQLite prepared statement use-after-free)
|
2015-04-05 22:36:26 -07:00 |
bug68760.phpt
|
fix dir separator in test
|
2015-03-25 13:11:27 +01:00 |
bug69972.phpt
|
Fixed bug #69972 (Use-after-free vulnerability in sqlite3SafetyCheckSickOrOk())
|
2015-07-07 21:37:35 +08:00 |
bug70628.phpt
|
Fix #70628: Clearing bindings on an SQLite3 statement doesn't work
|
2016-06-27 17:06:27 +02:00 |
bug71049.phpt
|
Fixed Bug #71049 (SQLite3Stmt::execute() releases bound parameter instead of internal buffer)
|
2015-12-07 07:43:09 -08:00 |
bug72571.phpt
|
Fixed bug #72571 (SQLite3::bindValue, SQLite3::bindParam crash)
|
2016-07-11 11:51:19 +08:00 |
bug72668.phpt
|
Further fixes wrt. bug #72668
|
2016-07-25 17:03:10 +02:00 |
bug73068.phpt
|
add test for bug #73068
|
2016-09-13 15:28:28 +02:00 |
bug73333.phpt
|
Fix #73333: 2147483647 is fetched as string
|
2016-10-17 23:34:41 +02:00 |
new_db.inc
|
|
|
skipif.inc
|
|
|
sqlite3_01_open.phpt
|
|
|
sqlite3_02_create.phpt
|
|
|
sqlite3_02_open.phpt
|
Updated tests to reflect exception class changes.
|
2015-05-16 16:49:14 -05:00 |
sqlite3_03_insert.phpt
|
|
|
sqlite3_04_update.phpt
|
|
|
sqlite3_05_delete.phpt
|
|
|
sqlite3_06_prepared_stmt.phpt
|
|
|
sqlite3_07_prepared_stmt.phpt
|
|
|
sqlite3_08_udf.phpt
|
|
|
sqlite3_09_blob_bound_param.phpt
|
|
|
sqlite3_10_bound_value_name.phpt
|
|
|
sqlite3_11_numrows.phpt
|
Fix skipif (altough I can't find any such method in the source..?)
|
2008-08-01 08:01:31 +00:00 |
sqlite3_12_unfinalized_stmt_cleanup.phpt
|
Make pdo_sqlite use the bundled extension with sqlite3 (pdo_sqlite gets fts!)
|
2008-07-31 23:25:39 +00:00 |
sqlite3_13_skip_all_cleanup.phpt
|
|
|
sqlite3_14_querysingle.phpt
|
|
|
sqlite3_15_open_error-win.phpt
|
Tweak uncaught exception message display
|
2015-05-17 18:47:06 +02:00 |
sqlite3_15_open_error.phpt
|
Tweak uncaught exception message display
|
2015-05-17 18:47:06 +02:00 |
sqlite3_16_select_no_results.phpt
|
|
|
sqlite3_17_version.phpt
|
fix test
|
2008-11-26 11:30:48 +00:00 |
sqlite3_18_changes.phpt
|
|
|
sqlite3_19_columninfo.phpt
|
|
|
sqlite3_20_error.phpt
|
|
|
sqlite3_21_security.phpt
|
Merge branch 'PHP-5.6' into PHP-7.0
|
2016-09-03 00:30:05 +02:00 |
sqlite3_22_loadextension.phpt
|
MFH Fix bug #47678 - Allow loadExtension to be disabled in SQLite3
|
2009-03-17 02:45:12 +00:00 |
sqlite3_23_escape_string.phpt
|
MFH: SQLite3::escapeString can be static as it doesn't rely on an instance of SQLite
|
2008-09-30 11:14:48 +00:00 |
sqlite3_24_last_insert_rowid.phpt
|
|
|
sqlite3_25_create_aggregate.phpt
|
MFH Stop using sqlite3_aggregate_count() as this is now deprecated.
|
2008-12-24 19:22:16 +00:00 |
sqlite3_26_reset_prepared_stmt.phpt
|
|
|
sqlite3_27_reset_prepared_stmt_result.phpt
|
|
|
sqlite3_28_clear_bindings.phpt
|
|
|
sqlite3_29_createfunction.phpt
|
- MFH: Fixed memory leaks in createFunction and createAggregate methods
|
2008-11-28 15:37:02 +00:00 |
sqlite3_30_blobopen.phpt
|
MFH Add blobOpen method for reading binary blobs via streams.
|
2009-01-24 12:17:47 +00:00 |
sqlite3_31_changes.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3_31_open.phpt
|
Fix test
|
2009-05-18 13:52:16 +00:00 |
sqlite3_32_changes.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3_32_createAggregate_paramCount.phpt
|
fix tests
|
2009-07-17 09:28:19 +00:00 |
sqlite3_32_last_insert_rowid_param.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3_33_createAggregate_notcallable.phpt
|
fix tests
|
2009-07-17 09:28:19 +00:00 |
sqlite3_33_load_extension_param.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3_33_reset.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3_34_load_extension_ext_dir.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3_35_stmt_readonly.phpt
|
Add SQLite3_Stmt::readOnly for checking if a statement is read only
|
2010-12-31 16:37:12 +00:00 |
sqlite3_36_create_collation.phpt
|
Missed the test
|
2012-01-29 04:20:50 +00:00 |
sqlite3_bind_bug68849.phpt
|
Fixed bug #68849 bindValue is not using the right data type
|
2016-04-12 19:12:45 +02:00 |
sqlite3_blob_bind_resource.phpt
|
fix crash in sqlite when executing with bound stream param
|
2015-11-05 18:08:08 +01:00 |
sqlite3_close_error.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3_close_with_params.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3_enable_exceptions.phpt
|
MFH make SQLite3::enableExceptions() return the previous value.
|
2009-06-08 02:15:54 +00:00 |
sqlite3_exec_wrongparams.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3_lasterrorcode_with_params.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3_lasterrormsg_with_params.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3_loadextension_with_wrong_param.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3_open_empty_string.phpt
|
Implement #72653: SQLite should allow opening with empty filename
|
2016-07-27 16:41:03 +02:00 |
sqlite3_openblob_wrongparams.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3_prepare_001.phpt
|
- add skipif
|
2011-09-06 07:29:59 +00:00 |
sqlite3_prepare_faultystmt.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3_prepare_with_empty_string.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3_prepare_wrongparams.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3_prepared_stmt_clear_with_params.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3_query_error.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3_querysingle_error.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3_version_noparam.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3result_fetcharray_with_two_params_fails.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3result_numcolumns_error.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3result_reset_with_params_fails.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
sqlite3stmt_paramCount_basic.phpt
|
MFH: Tests for SQLite3Stmt::paramCount().
|
2008-10-29 22:36:19 +00:00 |
sqlite3stmt_paramCount_error.phpt
|
MFH: Tests for SQLite3Stmt::paramCount().
|
2008-10-29 22:36:19 +00:00 |
sqlite3stmt_reset_params.phpt
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
stream_test.inc
|
|
|