Releases: shssoichiro/sqlformat-rs
Releases · shssoichiro/sqlformat-rs
Version 0.3.4
07 Jan 16:17
Compare
Sorry, something went wrong.
No results found
Migrate from nom
to winnow
, provides about 30% performance improvement
Version 0.3.3
11 Dec 12:58
Compare
Sorry, something went wrong.
No results found
Reduce binary size by removing regex dependency (#68 )
Version 0.3.0
05 Oct 20:49
Compare
Sorry, something went wrong.
No results found
[breaking] fix: Ignore keywords for uppercase=True (#53 )
fix: uppercase=false does not lowercase the query (#50 )
fix: Possible to provide an escape hatch for expressions (#51 )
Version 0.2.6
04 Oct 19:49
Compare
Sorry, something went wrong.
No results found
fix: ON UPDATE with two many blank formatted incorrectly (#46 )
fix: EXCEPT
not handled well
fix: REFERENCES xyz ON UPDATE .. causes formatter to treat the remaining as an UPDATE statement
fix: Escaped strings formatted incorrectly
fix: RETURNING is not placed on a new line
fix: fix the issue of misaligned comments after formatting (#40 )
Version 0.2.1
13 Jan 10:53
Compare
Sorry, something went wrong.
No results found
Fix extra spaces inside of scientific notation #16
Remove unnecessary space in BETWEEN clause #17
Denote the minimum Rust version in Cargo.toml
Version 0.2.0
05 May 12:39
Compare
Sorry, something went wrong.
No results found
Fix extra spaces in string escaping #13
Fix panic on overflowing integer #14
Bump Rust edition to 2021
This is technically a breaking change as it bumps the minimum Rust version to 1.56