Skip to content

Commit

Permalink
chore: bump sqlformat from 0.2.6 to 0.3.2 (#5035)
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 Dec 2, 2024
1 parent 672585e commit c8d14c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 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 @@ -69,7 +69,7 @@ semver = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
serde_yaml = { workspace = true, optional = true }
sqlformat = "0.2.6"
sqlformat = "0.3.2"
sqlparser = { version = "0.52.0", features = ["serde"] }
strum = { version = "0.26.3", features = ["std", "derive"] }
strum_macros = "0.26.4"
Expand Down
2 changes: 1 addition & 1 deletion prqlc/prqlc/src/sql/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub fn compile(query: rq::RelationalQuery, options: &Options) -> Result<String>
let formatted = sqlformat::format(
&sql,
&sqlformat::QueryParams::default(),
sqlformat::FormatOptions::default(),
&sqlformat::FormatOptions::default(),
);

formatted + "\n"
Expand Down

0 comments on commit c8d14c2

Please sign in to comment.