We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc7f4e commit 182c971Copy full SHA for 182c971
tests/sqlparser_postgres.rs
@@ -6770,7 +6770,7 @@ fn parse_drop_operator() {
6770
// Test DROP OPERATOR with NONE for prefix operator
6771
let sql = "DROP OPERATOR ~ (NONE, BIT)";
6772
assert_eq!(
6773
- pg().verified_stmt(sql),
+ pg_and_generic().verified_stmt(sql),
6774
Statement::DropOperator(DropOperator {
6775
if_exists: false,
6776
operators: vec![DropOperatorSignature {
0 commit comments