Implemented blob support for SQLite. Allows null characters to be inserted into the...
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 6 Sep 2008 13:56:59 +0000 (13:56 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 6 Sep 2008 13:56:59 +0000 (13:56 +0000)
commitf5c8dd247430503554bf3cfcf02ca30ed5a274c1
tree3034068e1043140b5ba992fdf15140e4dda4c408
parent6c8706ce128d0fb12366c08b49f3270c71737aef
Implemented blob support for SQLite. Allows null characters to be inserted into the database. Avoids total breakage of the objectcache table. For trunk and 1.13.
includes/db/DatabaseSqlite.php