Skip to content

Commit

Permalink
Feat: add clickhouse parsing test
Browse files Browse the repository at this point in the history
  • Loading branch information
pruzko committed Jan 14, 2025
1 parent 5a746b0 commit 52f3db0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/dialects/test_dialect.py
Original file line number Diff line number Diff line change
Expand Up @@ -1715,6 +1715,7 @@ def test_operators(self):
read={
"clickhouse": "POSITION(haystack, needle, position)",
"mysql": "LOCATE(needle, haystack, position)",
"snowflake": "POSITION(needle, haystack, position)",
"sqlite": "INSTR(haystack, needle, position)",
"tableau": "FINDNTH(haystack, needle, position)",
# "teradata": "INDEX(haystack, needle, position)",
Expand Down

0 comments on commit 52f3db0

Please sign in to comment.