Follow-up r75476: Windows set command treats everything until the && as part of the...
[lhc/web/wiklou.git] / includes / db / DatabaseSqlite.php
2010-12-04 Daniel FriesenMySQL is the only database which quotes identifiers...
2010-12-04 Daniel FriesenFollowup to r77713, rename quote_ident to addIdentifier...
2010-12-04 Daniel FriesenFix a bug in the installer caused by r77487 creating...
2010-11-26 Mark A. Hershbergerrevert r77271 since it was an expensive fix to a non...
2010-11-25 Mark A. HershbergerGive SQLite a translation for MySQL's UNIX_TIMESTAMP...
2010-11-24 Alexandre EmsenhuberMoved switches in Special:Unusedimages and Special...
2010-11-21 Max SemenikRefactoring of *Field classes:
2010-11-19 Max SemenikSQLite types can be non-nullable
2010-11-10 Chad HorohoeDrop setup_database() here too. Only caller is the...
2010-11-01 Max SemenikFollow-up r68127: honor table prefix, perverted though...
2010-10-24 Sam Reed(bug 24853) Kill failFunction - Fixed! :D
2010-10-24 Sam ReedStart of bug 24853, killing off 'functional' parts...
2010-10-23 Max SemenikReverted r70151 and re-did what it was intended to...
2010-10-23 Max SemenikRevert r73942, which was itself a revert of r73887...
2010-10-14 Sam ReedBig attack on unused variables...
2010-10-07 Max SemenikSupport conversion of floating-point MySQL types in...
2010-10-02 Max Semenikrm obsolete comment
2010-10-02 Alexandre Emsenhuberremoved call to deprecated function dbsource() and...
2010-09-29 Max SemenikRevert r73887. I blame Nikerabbit!
2010-09-28 Max SemenikDatabaseSqlite: better check for error. Noticed by...
2010-09-23 Max SemenikSpecial:Version now displays whether a SQLite database...
2010-09-19 Max SemenikFixed DatabaseSqlite::tableName() to avoid prefixing...
2010-09-07 Max SemenikDatabaseSqliteStandalone should ignore $wgDBprefix...
2010-08-26 Max SemenikTemporary plug for bug 24939 (interwiki creation during...
2010-08-25 Sam ReedBraces for MaxSem
2010-08-25 Sam ReedFollowup r71593 - Spaces, I *still* hate you
2010-08-24 Sam ReedMove unreachable $this->mConn = false in DatabaseSqlite
2010-08-22 Chad HorohoeMake getSoftwareLink() static so I can use it without...
2010-08-18 Sam ReedRevert r71250 r71251 r71252 r71253
2010-08-18 Sam ReedFix wrong removal in r71250
2010-08-18 Sam ReedKill some crappy "failFunction" stuff, marked as old...
2010-08-12 Max SemenikDatabaseSqlite::sourceStream(): convert CHAR types...
2010-08-01 Alexandre EmsenhuberStandardisation of file headers
2010-07-29 Max SemenikFixed exceptions on attempts to serialize DatabaseSqlit...
2010-07-04 Alexandre EmsenhuberFixed some doxygen warnings
2010-07-02 Max SemenikRefactored Database*::getLag(): moved the default imple...
2010-07-02 Max Semenik* Replaced the mess of every database class implementin...
2010-06-27 Max SemenikFollow-up to r68604: recognise ATTACH DATABASE as a...
2010-06-26 Max SemenikSupport for $wgSharedDB in SQlite
2010-06-23 Max SemenikConverting MySQL's ENUM to SQLite BLOB doesn't make...
2010-06-16 Mark A. Hershberger* Create new DatabaseSqlite::checkForEnabledSearch...
2010-06-11 Niklas LaxströmAdded newline
2010-06-09 Chad HorohoeFixed a bunch of silly instances of [^!=]==\s*(true...
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...