wiki.techinc.nl/includes/libs/rdbms/querybuilder
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
..
DeleteQueryBuilder.php rdbms: make table name parameter comments more complete and uniform 2024-09-09 10:35:50 -07:00
InsertQueryBuilder.php rdbms: make table name parameter comments more complete and uniform 2024-09-09 10:35:50 -07:00
JoinGroup.php
JoinGroupBase.php rdbms: make table name parameter comments more complete and uniform 2024-09-09 10:35:50 -07:00
ReplaceQueryBuilder.php rdbms: make table name parameter comments more complete and uniform 2024-09-09 10:35:50 -07:00
SelectQueryBuilder.php Merge "rdbms: Warn about queries that don't provide the caller" 2024-06-03 20:07:31 +00:00
UnionQueryBuilder.php rdbms: remove @var comments from constants 2024-05-21 09:09:50 -07:00
UpdateQueryBuilder.php rdbms: make table name parameter comments more complete and uniform 2024-09-09 10:35:50 -07:00