Skip to content

Commit

Permalink
chore: bump sqlparser from 0.51.0 to 0.52.0 (#5023)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jonathan <vanillajonathan@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and vanillajonathan authored Nov 28, 2024
1 parent d7248db commit 9901e1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion prqlc/prqlc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
serde_yaml = { workspace = true, optional = true }
sqlformat = "0.2.6"
sqlparser = { version = "0.51.0", features = ["serde"] }
sqlparser = { version = "0.52.0", features = ["serde"] }
strum = { version = "0.26.3", features = ["std", "derive"] }
strum_macros = "0.26.4"

Expand Down
1 change: 1 addition & 0 deletions prqlc/prqlc/src/sql/gen_query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ fn default_select() -> Select {
Select {
distinct: None,
top: None,
top_before_distinct: false,
projection: Vec::new(),
into: None,
from: Vec::new(),
Expand Down

0 comments on commit 9901e1c

Please sign in to comment.