Skip to content

Commit 7cf06a9

Browse files
committed
Add TODO
1 parent 20906ae commit 7cf06a9

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
@@ -1511,6 +1511,9 @@ private function execute_select() {
15111511
$this->is_information_schema_query = true;
15121512
$updated_query = preg_replace(
15131513
'/' . $table_name . '\.tables/i',
1514+
/**
1515+
* TODO: Return real values for hardcoded column values.
1516+
*/
15141517
"(SELECT
15151518
'def' as TABLE_CATALOG,
15161519
'database' as TABLE_SCHEMA,

0 commit comments

Comments
 (0)