File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ ### Version 0.2.5
2+
3+ - fix: ON UPDATE with two many blank formatted incorrectly (#46 )
4+ - fix: ` EXCEPT ` not handled well
5+ - fix: REFERENCES xyz ON UPDATE .. causes formatter to treat the remaining as an UPDATE statement
6+ - fix: Escaped strings formatted incorrectly
7+ - fix: RETURNING is not placed on a new line
8+ - fix: fix the issue of misaligned comments after formatting (#40 )
9+
110### Version 0.2.4
211
312- Remove ` itertools ` dependency [ #34 ] ( https://github.com/shssoichiro/sqlformat-rs/pull/34 )
2635- Fix extra spaces in string escaping [ #13 ] ( https://github.com/shssoichiro/sqlformat-rs/pull/13 )
2736- Fix panic on overflowing integer [ #14 ] ( https://github.com/shssoichiro/sqlformat-rs/pull/14 )
2837- Bump Rust edition to 2021
29- - This is technically a breaking change as it bumps the minimum Rust version to 1.56
38+ - This is technically a breaking change as it bumps the minimum Rust version to 1.56
3039
3140### Version 0.1.8
3241
Original file line number Diff line number Diff line change 11[package ]
22name = " sqlformat"
3- version = " 0.2.4 "
3+ version = " 0.2.5 "
44authors = [
" Josh Holmer <[email protected] >" ]
55edition = " 2021"
66rust-version = " 1.56"
You can’t perform that action at this time.
0 commit comments