php-src/ext/sqlite3/tests
Zoe Slattery 392f70ecbe fix tests
2009-07-17 09:25:13 +00:00
..
bug45798.phpt - Fixed bug #45798 (sqlite3 doesn't notice if variable was bound) 2008-08-12 13:32:30 +00:00
bug47159.phpt Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelist 2009-01-20 09:57:26 +00:00
new_db.inc
skipif.inc - Fix EOLs 2008-07-28 12:01:57 +00:00
sqlite3_01_open.phpt
sqlite3_02_create.phpt
sqlite3_02_open.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00: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 2008-08-01 08:02:06 +00:00
sqlite3_12_unfinalized_stmt_cleanup.phpt - Fixed test 2008-08-12 14:10:44 +00:00
sqlite3_13_skip_all_cleanup.phpt
sqlite3_14_querysingle.phpt
sqlite3_15_open_error.phpt MFB: The constructor should also throw exceptions, make this semi useful now. 2009-02-10 00:44:09 +00:00
sqlite3_16_select_no_results.phpt
sqlite3_17_version.phpt fix test 2008-11-26 11:30:42 +00:00
sqlite3_18_changes.phpt
sqlite3_19_columninfo.phpt
sqlite3_20_error.phpt
sqlite3_21_security.phpt Fix test on Windows 2009-05-22 18:27:27 +00:00
sqlite3_22_loadextension.phpt Fix bug #47678 - Allow loadExtension to be disabled in SQLite3 2009-03-17 02:42:41 +00:00
sqlite3_23_escape_string.phpt SQLite3::escapeString can be static as it doesn't rely on an instance of SQLite 2008-09-30 11:13:43 +00:00
sqlite3_24_last_insert_rowid.phpt
sqlite3_25_create_aggregate.phpt Stop using sqlite3_aggregate_count() as this is now deprecated. 2008-12-24 19:21:42 +00:00
sqlite3_26_reset_prepared_stmt.phpt
sqlite3_27_reset_prepared_stmt_result.phpt
sqlite3_28_clear_bindings.phpt
sqlite3_29_createfunction.phpt - Fixed memory leaks in createFunction and createAggregate methods 2008-11-28 15:36:34 +00:00
sqlite3_30_blobopen.phpt Forgot test for the last commit 2009-01-24 12:17:30 +00:00
sqlite3_31_changes.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3_31_open.phpt Fix test 2009-05-18 13:52:05 +00:00
sqlite3_32_changes.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3_32_createAggregate_paramCount.phpt fix tests 2009-07-17 09:25:13 +00:00
sqlite3_32_last_insert_rowid_param.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3_33_createAggregate_notcallable.phpt fix tests 2009-07-17 09:25:13 +00:00
sqlite3_33_load_extension_param.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3_33_reset.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3_34_load_extension_ext_dir.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3_close_error.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3_close_with_params.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3_enable_exceptions.phpt Change more things to the UTF-16 API and make SQLite3::enableExceptions() return the previous value. 2009-06-08 02:15:42 +00:00
sqlite3_exec_wrongparams.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3_lasterrorcode_with_params.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3_lasterrormsg_with_params.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3_loadextension_with_wrong_param.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3_open_empty_string.phpt Added missing SKIPIF 2009-05-22 18:22:15 +00:00
sqlite3_openblob_wrongparams.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3_prepare_faultystmt.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3_prepare_with_empty_string.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3_prepare_wrongparams.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3_prepared_stmt_clear_with_params.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3_query_error.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3_querysingle_error.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3_version_noparam.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3result_fetcharray_with_two_params_fails.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3result_numcolumns_error.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3result_reset_with_params_fails.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
sqlite3stmt_paramCount_basic.phpt Tests for SQLite3Stmt::paramCount(). 2008-10-29 22:35:52 +00:00
sqlite3stmt_paramCount_error.phpt Tests for SQLite3Stmt::paramCount(). 2008-10-29 22:35:52 +00:00
sqlite3stmt_reset_params.phpt - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
stream_test.inc - Fix EOLs 2008-07-28 12:01:57 +00:00