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 |
||
|---|---|---|
| .. | ||
| DatabaseSqliteTest.php | ||
| DatabaseSQLTest.php | ||
| DatabaseTest.php | ||
| ORMRowTest.php | ||
| TestORMRowTest.php | ||