Actually check sourceFile for failure, showing the error message in the install.
[lhc/web/wiklou.git] / includes / db / DatabaseSqlite.php
2010-04-29 PlatonidesActually check sourceFile for failure, showing the...
2010-02-21 Max SemenikAlso rewrite ALTER TABLE, handle int(...) properly
2010-02-20 Max SemenikDatabaseSqlite:
2010-02-03 Max SemenikDatabaseSqlite: avoid fatals with non-zero $failFunction
2010-01-22 Max SemenikSpecial delivery for Nikerabbit: ability to connect...
2010-01-18 Max Semenikrv bit accidentally committed in r61180
2010-01-17 Max SemenikRan stylize.php on DatabaseSqlite
2010-01-10 Max SemenikWorkaround for SQLite's inability to perform multi...
2010-01-08 Tim StarlingFor r60757: implement Database::getType() explicitly...
2010-01-06 Niklas LaxströmAdd comment about unused parameters to constructor...
2009-12-14 Chad HorohoeUpdate callers from immediateCommit() to commit()....
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-12-06 Max SemenikFixed duplicateTableStructure() for SQLite, it previous...
2009-11-06 Max SemenikAbstracted some parts of database interaction for parse...
2009-11-05 Max SemenikimplicitOrderby() seems to be true for SQLite, removing...
2009-10-29 Max SemenikMerge SQLite search from branches/sqlite/ to trunk
2009-10-21 Max Semenik(bug 20275) Fixed LIKE queries on SQLite backend
2009-10-20 Max Semenik(bug 20911) Installer failed to create a SQLite databas...
2009-10-17 Max Semenik(bug 20256) Fixed SQL errors on Special:Recentchanges...
2009-09-15 Alexandre Emsenhuberwhitespaces tweaks
2009-08-29 Chad Horohoe(bug 20260) SQLite: don't always autocreate DB and...
2009-08-22 Alex ZMostly revert r53358 and r53365 per comments on code...
2009-08-15 Tim Starling* Converted BagOStuff.php from the style of memcached...
2009-07-29 Chad Horohoe* Move generic return true; various for lock functions...
2009-07-16 Alex ZFollowup to r53358 - Tweak the function name to be...
2009-07-16 Alex Z(bug 19590) Database error messages are no longer hardc...
2009-07-14 Aryeh GregorUse parentheses for reliability
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...