We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae892f4 commit 974ab0cCopy full SHA for 974ab0c
crates/lib-dialects/src/postgres.rs
@@ -60,7 +60,7 @@ pub fn raw_dialect() -> Dialect {
60
),
61
Matcher::regex(
62
"trgm_operator",
63
- r#"%|<%|%>|<<%|%>>|<->|<<->|<->>|<<<->|<->>>"#,
+ r#"(<<<->|<->>>|<<->|<->>|<->|<<%|%>>|%>|<%|%)"#,
64
SyntaxKind::LikeOperator
65
66
Matcher::string(
0 commit comments