wiki.techinc.nl/includes/db
Brad Jorsch 8dfeac7446 rdbms: Add a deprecationLogger callback
Much like the existing errorLogger, but for logging deprecation
warnings.

The default in the RDBMS layer is to call trigger_error() with
E_USER_DEPRECATED. The default in MediaWiki (via MWLBFactory) is to log
to the 'deprecated' log group, much like wfDeprecated() does, although
unfortunately we can't effectively use that directly since we have no
idea of a proper $callerOffset to pass.

Change-Id: Id13625e249516e84d72b6310953bb338a90976da
2018-04-05 22:25:08 +00:00
..
CloneDatabase.php Introduce DB schema overrides for unit tests. 2018-01-05 16:23:55 +00:00
DatabaseOracle.php Introduce IDatabase::buildSubstring 2018-03-07 12:32:50 +00:00
MWLBFactory.php rdbms: Add a deprecationLogger callback 2018-04-05 22:25:08 +00:00
ORAField.php Move Field classes to Rdbms namespace 2017-02-16 01:14:37 +00:00
ORAResult.php Add missing & to @param documentation to match functon call 2017-08-11 18:47:46 +02:00