wiki.techinc.nl/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
..
CloneDatabase.php Remove a bunch of trailing spaces and unneeded newlines 2012-10-10 20:14:40 +02:00
Database.php accessor for database delimiter 2012-10-25 12:39:32 +02:00
DatabaseError.php Use wfMessage instead of deprecated wfMsg* 2012-08-18 14:11:05 +02:00
DatabaseIbm_db2.php miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
DatabaseMssql.php miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
DatabaseMysql.php Update docs for return and exception info 2012-10-09 09:41:58 +00:00
DatabaseOracle.php Update docs for return and exception info 2012-10-09 09:41:58 +00:00
DatabasePostgres.php Update docs for return and exception info 2012-10-09 09:41:58 +00:00
DatabaseSqlite.php Fix handling of strings containing \0 in SQLite. 2012-11-02 14:23:55 +01:00
DatabaseUtility.php Fix FakeResultWrapper::fetchRow, which (contrary to ResultWrapper::fetchRow) didn't always return an array 2012-07-03 10:35:19 -07:00
IORMRow.php miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
IORMTable.php miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
LBFactory.php (bug 32774) Added config options and flags for SSL and compression in DB. 2012-08-16 10:48:07 -04:00
LBFactory_Multi.php Update docs for return and exception info 2012-10-09 09:41:58 +00:00
LBFactory_Single.php Added missing GPLv2 headers in includes/db. 2012-04-26 10:47:10 +02:00
LoadBalancer.php Fix flush-like commit in DeferredUpdates. 2012-10-09 15:34:47 +02:00
LoadMonitor.php Added missing GPLv2 headers in includes/db. 2012-04-26 10:47:10 +02:00
ORMIterator.php miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
ORMResult.php miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
ORMRow.php miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
ORMTable.php miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00