File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### Version 0.2.3
2
+
3
+ - Allow alphanumeric charactersin SQLite style parameters [ #32 ] ( https://github.com/shssoichiro/sqlformat-rs/pull/32 )
4
+ - Format "begin" and "declare" for PLPgSql [ #30 ] ( https://github.com/shssoichiro/sqlformat-rs/pull/30 )
5
+ - Allow scientific notation with or without "+"/"-" [ #31 ] ( https://github.com/shssoichiro/sqlformat-rs/pull/31 )
6
+ - Treat "$$" as a reserved token that sits on its own line [ #29 ] ( https://github.com/shssoichiro/sqlformat-rs/pull/29 )
7
+ - Bump itertools to version 0.12 [ #28 ] ( https://github.com/shssoichiro/sqlformat-rs/pull/28 )
8
+
1
9
### Version 0.2.2
2
10
3
11
- Fix a performance issue where the tokenizer would run in O^2 time [ #24 ] ( https://github.com/shssoichiro/sqlformat-rs/pull/24 )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " sqlformat"
3
- version = " 0.2.2 "
3
+ version = " 0.2.3 "
4
4
authors = [
" Josh Holmer <[email protected] >" ]
5
5
edition = " 2021"
6
6
rust-version = " 1.56"
You can’t perform that action at this time.
0 commit comments