Skip to content

Commit 8dfbf0f

Browse files
authored
Merge branch 'master' into sql-2
2 parents 3330328 + 826e807 commit 8dfbf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/PostgreSQL/SQL/PostgreSQLBinaryOperator.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public enum PostgreSQLBinaryOperator: SQLBinaryOperator, Equatable {
178178
case ._like: return "LIKE"
179179
case ._glob: return "GLOB"
180180
case ._match: return "MATCH"
181-
case ._regexp: return "REGEXP"
181+
case ._regexp: return "~"
182182
case ._notLike: return "NOT LIKE"
183183
case ._notGlob: return "NOT GLOB"
184184
case ._notMatch: return "NOT MATCH"

0 commit comments

Comments
 (0)