You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Lars Strojny 99d087e5d4 Fixed bug #63921: sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API 13 years ago
..
bug45798.phpt - Fixed bug #45798 (sqlite3 doesn't notice if variable was bound) 18 years ago
bug47159.phpt MFH Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelist 17 years ago
bug53463.phpt - add skipif 15 years ago
bug63921-32bit.phpt Fixed bug #63921: sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API 13 years ago
bug63921-64bit.phpt Fixed bug #63921: sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API 13 years ago
new_db.inc SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
skipif.inc - Fix EOLs 18 years ago
sqlite3_01_open.phpt SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
sqlite3_02_create.phpt SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
sqlite3_02_open.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3_03_insert.phpt SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
sqlite3_04_update.phpt SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
sqlite3_05_delete.phpt SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
sqlite3_06_prepared_stmt.phpt SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
sqlite3_07_prepared_stmt.phpt SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
sqlite3_08_udf.phpt SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
sqlite3_09_blob_bound_param.phpt SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
sqlite3_10_bound_value_name.phpt SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
sqlite3_11_numrows.phpt Fix skipif (altough I can't find any such method in the source..?) 18 years ago
sqlite3_12_unfinalized_stmt_cleanup.phpt Make pdo_sqlite use the bundled extension with sqlite3 (pdo_sqlite gets fts!) 18 years ago
sqlite3_13_skip_all_cleanup.phpt SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
sqlite3_14_querysingle.phpt SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
sqlite3_15_open_error-win.phpt Fix bug #61791 ext\sqlite3\tests\sqlite3_15_open_error.phpt fails 14 years ago
sqlite3_15_open_error.phpt Merge branch 'PHP-5.3' into PHP-5.4 14 years ago
sqlite3_16_select_no_results.phpt SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
sqlite3_17_version.phpt fix test 17 years ago
sqlite3_18_changes.phpt SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
sqlite3_19_columninfo.phpt SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
sqlite3_20_error.phpt SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
sqlite3_21_security.phpt Removed safe_mode 16 years ago
sqlite3_22_loadextension.phpt Fix bug #47678 - Allow loadExtension to be disabled in SQLite3 17 years ago
sqlite3_23_escape_string.phpt MFH: SQLite3::escapeString can be static as it doesn't rely on an instance of SQLite 18 years ago
sqlite3_24_last_insert_rowid.phpt SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
sqlite3_25_create_aggregate.phpt Stop using sqlite3_aggregate_count() as this is now deprecated. 17 years ago
sqlite3_26_reset_prepared_stmt.phpt SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
sqlite3_27_reset_prepared_stmt_result.phpt SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
sqlite3_28_clear_bindings.phpt SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well. 18 years ago
sqlite3_29_createfunction.phpt - Fixed memory leaks in createFunction and createAggregate methods 17 years ago
sqlite3_30_blobopen.phpt Forgot test for the last commit 17 years ago
sqlite3_31_changes.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3_31_open.phpt Fix test 17 years ago
sqlite3_32_changes.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3_32_createAggregate_paramCount.phpt fix tests 17 years ago
sqlite3_32_last_insert_rowid_param.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3_33_createAggregate_notcallable.phpt fix tests 17 years ago
sqlite3_33_load_extension_param.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3_33_reset.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3_34_load_extension_ext_dir.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3_35_stmt_readonly.phpt Add SQLite3_Stmt::readOnly for checking if a statement is read only 15 years ago
sqlite3_36_create_collation.phpt Missed the test 14 years ago
sqlite3_close_error.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3_close_with_params.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3_enable_exceptions.phpt Change more things to the UTF-16 API and make SQLite3::enableExceptions() return the previous value. 17 years ago
sqlite3_exec_wrongparams.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3_lasterrorcode_with_params.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3_lasterrormsg_with_params.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3_loadextension_with_wrong_param.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3_open_empty_string.phpt Added missing SKIPIF 17 years ago
sqlite3_openblob_wrongparams.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3_prepare_001.phpt - add skipif 15 years ago
sqlite3_prepare_faultystmt.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3_prepare_with_empty_string.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3_prepare_wrongparams.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3_prepared_stmt_clear_with_params.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3_query_error.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3_querysingle_error.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3_version_noparam.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3result_fetcharray_with_two_params_fails.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3result_numcolumns_error.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3result_reset_with_params_fails.phpt - New tests (testfest BelgiumUG) 17 years ago
sqlite3stmt_paramCount_basic.phpt Tests for SQLite3Stmt::paramCount(). 17 years ago
sqlite3stmt_paramCount_error.phpt Tests for SQLite3Stmt::paramCount(). 17 years ago
sqlite3stmt_reset_params.phpt - New tests (testfest BelgiumUG) 17 years ago
stream_test.inc - Fix EOLs 18 years ago