PostgreSQL: Improve SQL error handling
[lhc/web/wiklou.git] / includes / db / DatabaseSqlite.php
2012-02-28 Max SemenikFollow-up r112565: fix code duplication
2012-02-25 Alexandre EmsenhuberPass __METHOD__ to DatabaseBase::begin(), DatabaseBase...
2012-02-10 Sam ReedDocumentation followups from lastnight
2012-02-09 Sam ReedMore return documentation
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2011-09-06 Chad HorohoeFollowup r96369: update child classes and a few callers
2011-09-03 Max Semenikrv r89483 per CR
2011-08-01 Chad HorohoeSqlite fails to open a connection when $user is given.
2011-06-23 Tim StarlingGeneral database-related code cleanup:
2011-06-20 Tim StarlingFollowup r90429:
2011-06-18 PlatonidesAll the databases but MySQL were overriding DatabaseBas...
2011-06-18 Matěj Grabovský(bug 29476) DatabaseBase::deleteJoin fails for Sqlite
2011-06-04 Max SemenikSQLite-specific dropTable(): works a bit faster because...
2011-05-28 Sam ReedAnd even more documentation
2011-05-28 Sam ReedSome for MaxSem too
2011-05-21 Sam ReedFix function level comments that start with /* not /**
2011-05-11 Sam ReedReturn comment stuffs
2011-05-02 Sam ReedKill & from r87290
2011-05-02 Sam ReedAdd makeInsertOptions
2011-04-12 PlatonidesChange the duplicateTableStructure() to use the origina...
2011-04-12 PlatonidesAbstract tableName() by adding new function isQuotedIde...
2011-04-11 Max SemenikBug 28478: database error in DatabaseSqlite::getFulltex...
2011-04-10 Max SemenikSQLite is picky about the position of AUTOINCREMENT...
2011-03-22 Chad HorohoeCleanup r80892, r84485: Check user also in sqlite for...
2011-02-26 Max SemenikCase insensitivity for r82860
2011-02-26 Max SemenikFollow-up r82856: instead of remembering magic table...
2011-02-26 Bryan Tong MinhAdd TEMPORARY TABLE support to Sqlite
2011-01-24 Chad Horohoe* Cleanup massive duplication across Database construct...
2011-01-24 Chad HorohoeFollowup r80864: DatabaseSqlite exploded on installer...
2011-01-11 Niklas LaxströmNo space after unary minus
2011-01-07 Chad HorohoeRemove ancient and deprecated newFromParams() construct...
2010-12-31 X!More work on getting SQLite to work with unit tests...
2010-12-31 Roan KattouwRemove now-unused SQL timestamp conversion functions...
2010-12-30 X!-Destroy the DB automatically when initting the DB
2010-12-28 X!Fix r79109: listTables() does not work without a prefix...
2010-12-28 X!It's here! It's finally here! The skies are falling...
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...
next