wiki.techinc.nl/tests/phpunit/includes/db
daniel 9205808960 Fix handling of strings containing \0 in SQLite.
This change provides a workaround and test case for a problem
in the sqlite library:

SQLite truncates strings at ASCII value 00 aka \0. Strings
containing \0 need to be represented in hexadecimal form.

Reported to PHP as bug 63419
 https://bugs.php.net/bug.php?id=63419

Change-Id: I2bbc445ffebd41e181edfc3201e6e5514de06142
2012-11-02 14:23:55 +01:00
..
DatabaseSqliteTest.php Fix handling of strings containing \0 in SQLite. 2012-11-02 14:23:55 +01:00
DatabaseSQLTest.php Clean and repair many phpunit tests (+ fix implied configuration) 2012-10-09 03:01:51 +02:00
DatabaseTest.php tests: always call parent setUp 2012-10-23 19:04:40 +02:00
ORMRowTest.php Added some extra tests for ORMRow class 2012-06-07 13:18:49 +02:00
TestORMRowTest.php Clean and repair many phpunit tests (+ fix implied configuration) 2012-10-09 03:01:51 +02:00