wiki.techinc.nl/includes/db
Aaron Schulz cef0b81cdc Added comment about not using ignoreErrors()
* Using this makes it easy to forget to restore the old value, which then
  complicates anything that inserts to the DB.
* Also removed mention of the flag from some places.

Change-Id: I838183222518e0d008dee47ec8df6b3f3dc578e9
2013-10-01 13:08:43 -07:00
..
ChronologyProtector.php Various code and doc cleanups to ChronologyProtector. 2013-04-11 16:21:02 -07:00
CloneDatabase.php Remove pointless vertical alignment 2013-05-06 08:54:20 -04:00
Database.php Added comment about not using ignoreErrors() 2013-10-01 13:08:43 -07:00
DatabaseError.php Hide server IP addresses from DB error pages 2013-09-03 16:55:52 -04:00
DatabaseMssql.php Made DatabaseBase::getSoftwareLink() dynamic. 2013-05-14 21:18:57 -07:00
DatabaseMysql.php Fixed mysql warning about expecting a resource. 2013-06-16 15:56:41 -07:00
DatabaseMysqlBase.php Fix spacing and break some lines 2013-08-24 17:06:25 +02:00
DatabaseOracle.php Merge "Changed tableName so it returns uppercased table names (+prefix) Changed tableExists so it returns boolean (and closes resource when it's done in case it fails)" 2013-09-18 19:11:04 +00:00
DatabasePostgres.php Use square brackets instead of curly braces for char of a string 2013-05-22 17:59:59 +02:00
DatabaseSqlite.php Store boolean values as integers with SQLite 2013-09-17 20:03:22 -04:00
DatabaseUtility.php phpcs: Fix Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore violations 2013-04-11 07:34:41 +00:00
IORMRow.php Change @since and @deprecated notes to 1.22 2013-06-21 05:33:22 +00:00
IORMTable.php Fixed @param tags to conform with Doxygen format. 2013-03-11 13:15:01 -04:00
LBFactory.php Fixed spacing around parenthesis in includes 2013-04-28 15:50:07 +00:00
LBFactory_Multi.php Add ChronologyProtector to ExternalLBs 2013-04-11 15:24:05 +02:00
LBFactory_Single.php Fixed @param tags to conform with Doxygen format. 2013-03-11 13:15:01 -04:00
LoadBalancer.php Added a getLazyConnectionRef() function to load balancer 2013-08-20 13:25:16 -07:00
LoadMonitor.php [Database] Tweaked LoadMonitor::getLagTimes() to further reduce stampedes 2013-06-11 00:39:58 +00:00
ORMIterator.php style: normalize end of files 2013-02-03 15:04:39 +01:00
ORMResult.php miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
ORMRow.php Change @since and @deprecated notes to 1.22 2013-06-21 05:33:22 +00:00
ORMTable.php Change @since and @deprecated notes to 1.22 2013-06-21 05:33:22 +00:00