Skip to content

Commit 5691a25

Browse files
committed
Chore!: bump sqlglot to v28.7.0
1 parent 9213f60 commit 5691a25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"requests",
2525
"rich[jupyter]",
2626
"ruamel.yaml",
27-
"sqlglot[rs]~=28.6.0",
27+
"sqlglot[rs]~=28.7.0",
2828
"tenacity",
2929
"time-machine",
3030
"json-stream"

sqlmesh/core/state_sync/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def all_batch_range(cls) -> ExpiredBatchRange:
140140
def _expanded_tuple_comparison(
141141
cls,
142142
columns: t.List[exp.Column],
143-
values: t.List[exp.Literal],
143+
values: t.List[t.Union[exp.Literal, exp.Neg]],
144144
operator: t.Type[exp.Expression],
145145
) -> exp.Expression:
146146
"""Generate expanded tuple comparison that works across all SQL engines.

0 commit comments

Comments
 (0)