(bug 19571) Override buildConcat for SQLite.
[lhc/web/wiklou.git] / includes / db / DatabaseSqlite.php
2009-07-13 Bryan Tong Minh(bug 19571) Override buildConcat for SQLite.
2009-07-09 Aryeh GregorRemove redundant no-op implementations
2009-06-26 Alexandre Emsenhubersame as r52457 but for SQLite
2009-06-16 Aryeh GregorAbstract more methods in DatabaseBase
2009-06-16 Aryeh GregorMake some Database methods optional to override
2009-06-12 Aryeh GregorMake Database into abstract class DatabaseBase
2009-05-27 Tim StarlingImplemented save/restore logic for sql_big_selects...
2009-04-07 Chad HorohoeRemove some unused $wgOut's.
2009-01-19 Roan KattouwRevert r45821, r45830, r45831 and r45835 all in order...
2009-01-17 Roan KattouwFix up r45819 per CR comments: removing calls to remove...
2009-01-16 Roan KattouwAttempt at cleaning up r45764, r45769 (renamed indices...
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...