Skip to content

Commit

Permalink
Adding link to PR with INSTR() fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
cecily_carver committed Jan 7, 2025
1 parent 93d41a3 commit a116b58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,7 @@ async def test_describe_select(
],
),
# Re-enable this test after sqlglot releases fix.
# PR with fix: https://github.com/tobymao/sqlglot/pull/4574
# (
# "select database(), schema(), left(user(),instr(concat(user(),'@'), '@')-1)",
# [{"DATABASE()": None, "SCHEMA()": None, "_col_2": "levon_helm"}],
Expand Down

0 comments on commit a116b58

Please sign in to comment.