wiki.techinc.nl/includes/libs/rdbms
Aaron Schulz c08ea2e813 rdbms: make table name parameter comments more complete and uniform
Better emphasize that there should only be one string that callers use
to reference a given table. This is what ChangedTablesTracker relies on
for write queries. For read queries, databases can be vertically sharded
on different servers or remapped using virtual domains, so the use of
"db.table" notation should be discouraged there as well.

Mention that "information_schema." is allowed as well as unqualified
table names.

Change-Id: I0b6295d0dd58aafd09a5c99aaf0ae9a81641d55a
2024-09-09 10:35:50 -07:00
..
connectionmanager
database rdbms: make table name parameter comments more complete and uniform 2024-09-09 10:35:50 -07:00
dbal Import InvalidArgumentException at top of the source 2024-05-19 23:57:44 +03:30
encasing Add "implements Stringable" to every class with "function __toString()" 2024-06-13 00:23:39 +00:00
exception Make use of the ??= and ?? operators where it makes sense 2024-08-26 09:26:36 +02:00
expression Replace gettype() with get_debug_type() in exception messages 2024-07-31 19:24:39 +02:00
field rdbms: Fix PSR2.Classes.PropertyDeclaration.Multiple errors 2024-04-22 12:52:37 +03:00
lbfactory Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
loadbalancer rdbms: remove unused ILoadBalancer::reuseConnection() method 2024-08-30 14:52:03 -07:00
loadmonitor Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
platform rdbms: make table name parameter comments more complete and uniform 2024-09-09 10:35:50 -07:00
querybuilder rdbms: make table name parameter comments more complete and uniform 2024-09-09 10:35:50 -07:00
ChangedTablesTracker.php
ChronologyProtector.php Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
ConfiguredReadOnlyMode.php
DBAccessObjectUtils.php rdbms: Hard-deprecate DBAccessObjectUtils::getDBOptions() 2024-05-02 07:44:49 +02:00
defines.php rdbms: Remove deprecated DB_MASTER / ILoadBalancer::DB_MASTER 2024-08-25 22:55:15 +02:00
IDBAccessObject.php rdbms: remove @var comments from constants 2024-05-21 09:09:50 -07:00
ReadOnlyMode.php rdbms: Support virtual domains in ReadOnlyMode 2024-05-10 22:15:55 +02:00
ServerInfo.php
TransactionProfiler.php rdbms: Migrate MediaWiki.rdbms_trxprofiler_warnings to statslib 2024-09-07 19:18:11 +00:00