We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20906ae commit 7cf06a9Copy full SHA for 7cf06a9
1 file changed
wp-includes/sqlite/class-wp-sqlite-translator.php
@@ -1511,6 +1511,9 @@ private function execute_select() {
1511
$this->is_information_schema_query = true;
1512
$updated_query = preg_replace(
1513
'/' . $table_name . '\.tables/i',
1514
+ /**
1515
+ * TODO: Return real values for hardcoded column values.
1516
+ */
1517
"(SELECT
1518
'def' as TABLE_CATALOG,
1519
'database' as TABLE_SCHEMA,
0 commit comments