summaryrefslogtreecommitdiff
path: root/ext/sqlite/tests/sqlite_004.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Made test work on windowsEdin Kadribasic2003-12-051-0/+3
|
* tests depend on ini optionMarcus Boerger2003-05-011-0/+2
|
* Transparently decode binary encoded data.Wez Furlong2003-04-191-0/+44
Add a test-case for that process. When encoding binary data, we mark the string with \x01 as its first character. When returning data via sqlite_fetch_array(), if the first character is \x01, then we decode the encoding. This behaviour can be turned off by the optional last parameter to sqlite_fetch_array(), for compatibility with databases created with other applications.