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 46aaf78 commit 3535195Copy full SHA for 3535195
pyproject.toml
@@ -24,7 +24,7 @@ dependencies = [
24
"requests",
25
"rich[jupyter]",
26
"ruamel.yaml",
27
- "sqlglot[rs]~=27.20.0",
+ "sqlglot[rs]~=27.24.2",
28
"tenacity",
29
"time-machine",
30
"json-stream"
tests/core/test_model.py
@@ -919,7 +919,7 @@ def test_json_serde():
919
920
assert (
921
SqlModel.parse_obj(model_json_parsed).render_query().sql("duckdb")
922
- == 'SELECT REGEXP_MATCHES("x", "y") AS "c"'
+ == 'SELECT REGEXP_FULL_MATCH("x", "y") AS "c"'
923
)
924
925
0 commit comments