phpmyadmin/libraries/classes/Controllers/Database
Maurício Meneghini Fauth 1be42d13de
Create the Identifiers\Identifier interface
Changes Dbal\DatabaseName, Dbal\TableName and Triggers\TriggerName to
implements the new Identifier\Identifier interface.
Moves Dbal\DatabaseName, Dbal\TableName and Triggers\TriggerName to the
Identifiers namespace.
Renames the tryFromValue() and fromValue() methods to just tryFrom() and
from() respectively.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-06-01 19:09:25 -03:00
..
CentralColumns Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
MultiTableQuery Use quoteString in controllers (#18191) 2023-03-03 17:40:45 -03:00
Operations Rename variables to use camel case format 2023-03-26 21:47:50 -03:00
Structure Assume that selected fields/tables are always string 2023-05-25 19:54:36 +01:00
CentralColumnsController.php Assume that selected fields/tables are always string 2023-05-25 19:54:36 +01:00
DataDictionaryController.php Remove all new Psalm issues 2023-05-19 16:33:01 +01:00
DesignerController.php $db in addNewRelation() 2023-05-12 22:50:32 +01:00
EventsController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
ExportController.php Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
ImportController.php Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
MultiTableQueryController.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
OperationsController.php Create the Identifiers\Identifier interface 2023-06-01 19:09:25 -03:00
PrivilegesController.php Create the Identifiers\Identifier interface 2023-06-01 19:09:25 -03:00
RoutinesController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
SearchController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
SqlAutoCompleteController.php Use constructor property promotion where possible 2023-02-20 19:39:02 -03:00
SqlController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
SqlFormatController.php Remove $params array 2022-11-05 21:24:10 +00:00
StructureController.php Short boolean conditions (#18413) 2023-05-12 11:09:21 -03:00
TrackingController.php Create DTO for TrackedData 2023-04-07 13:46:26 +01:00