Releases: shssoichiro/sqlformat-rs
Releases · shssoichiro/sqlformat-rs
Version 0.3.4
- Migrate from
nom
towinnow
, provides about 30% performance improvement
Version 0.3.3
- Reduce binary size by removing regex dependency (#68)
Version 0.3.0
Version 0.2.6
- 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)