We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfee2dd commit 40cef5bCopy full SHA for 40cef5b
1 file changed
wp-includes/sqlite-ast/class-wp-sqlite-driver.php
@@ -1792,8 +1792,6 @@ private function translate( $node ): ?string {
1792
return implode( ' ', $parts );
1793
}
1794
return $this->translate_sequence( $node->get_children() );
1795
- case 'schemaRef':
1796
- return $this->translate_schema_identifier( $node );
1797
case 'qualifiedIdentifier':
1798
case 'tableRefWithWildcard':
1799
$parts = $node->get_descendant_nodes( 'identifier' );
0 commit comments