This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
php-src
Watch
0
Star
0
Fork
0
You've already forked php-src
mirror of
https://github.com/php/php-src.git
synced
2025-01-10 04:54:47 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
34f1855168
php-src
/
ext
/
sqlite3
/
tests
History
Scott MacVicar
4159f91181
MFH Add blobOpen method for reading binary blobs via streams.
2009-01-24 12:17:47 +00:00
..
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
new_db.inc
skipif.inc
sqlite3_01_open.phpt
sqlite3_02_create.phpt
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.phpt
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
sqlite3_22_loadextension.phpt
MFH: Fix test on Windows
2008-08-06 14:07:37 +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
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
stream_test.inc