Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit c851023

Browse files
committed
Add TODO
1 parent 2957dae commit c851023

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wp-includes/sqlite/class-wp-sqlite-translator.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,6 +1521,9 @@ private function execute_select() {
15211521
$this->is_information_schema_query = true;
15221522
$updated_query = preg_replace(
15231523
'/' . $table_name . '\.tables/i',
1524+
/**
1525+
* TODO: Return real values for hardcoded column values.
1526+
*/
15241527
"(SELECT
15251528
'def' as TABLE_CATALOG,
15261529
'database' as TABLE_SCHEMA,

0 commit comments

Comments
 (0)