* Preserve usertext_timestamp index name for MySQL, prefix it for SQLite. Issues...
[lhc/web/wiklou.git] / includes / db / DatabaseSqlite.php
2009-01-15 Tim Starling* Preserve usertext_timestamp index name for MySQL...
2009-01-15 Tim StarlingFor backport to 1.14.
2009-01-09 Tim Starling* In selectField(), use reset($row) instead of $row...
2008-10-06 Tim Starling* Allow $wgDiff3=false
2008-09-06 Tim StarlingImplemented blob support for SQLite. Allows null charac...
2008-08-18 Chad HorohoeNo-ops for getSearchEngine().
2008-08-10 Chad HorohoeUse wfMkdirParents() because it's cooler (and mkdir...
2008-07-02 Brion VibberRevert r36755 for the moment; various things use 'new...
2008-06-27 Chad HorohoeRefactoring (un)lock. All the subclasses are currently...
2008-06-27 Chad HorohoeAdd no-ops for the (un)lock functions.
2008-06-16 Tim Starling* Reorganised the includes directory, creating subdirec...