summaryrefslogtreecommitdiff
path: root/ext/sqlite/php_sqlite.h
Commit message (Expand)AuthorAgeFilesLines
* - Indendation fixMarcus Boerger2003-05-031-0/+1
* Add iterator interface and testMarcus Boerger2003-05-021-0/+5
* Added sqlite.assoc_case ini entry with 0 as the default value.Edin Kadribasic2003-04-221-0/+4
* Implement sqlite_create_function(), which allows binding of php functions byWez Furlong2003-04-201-1/+2
* typoTal Peer2003-04-201-2/+2
* UpdateTal Peer2003-04-201-0/+1
* Implement sqlite_create_aggregate() which can be used to create aggregationWez Furlong2003-04-201-0/+2
* Implement sqlite_popen(), which opens persistent connections to an sqliteWez Furlong2003-04-181-0/+1
* Implement sqlite_unbuffered_query(), which works similarly to the mysqlWez Furlong2003-04-181-0/+1
* Add two new functions:Wez Furlong2003-04-171-0/+3
* Implement sqlite_busy_timeout() which sets the retry timeout (in milliseconds)Wez Furlong2003-04-171-0/+2
* Implement sqlite_escape_string() function.Wez Furlong2003-04-171-2/+4
* This commit was generated by cvs2svn to compensate for changes in r123706,Wez Furlong2003-04-171-0/+74