shssoichiro / sqlformat-rs

SQL Formatter written in Rust
Apache License 2.0
89 stars 26 forks source link

Allow scientific notation without + or - as these are optional. #31

Closed BlurrechDev closed 11 months ago

BlurrechDev commented 11 months ago

1e16 and 1e+16 are both valid.

Attempts to fix https://github.com/shssoichiro/sqlformat-rs/issues/22

max-sixty commented 11 months ago

Thanks a lot @BlurrechDev !