issues
search
shssoichiro
/
sqlformat-rs
SQL Formatter written in Rust
Apache License 2.0
89
stars
26
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add option to configure newline after keywords
#66
bartlomieju
opened
5 days ago
0
`'1 week'::interval` gets unnecessary whitespace
#65
bartlomieju
closed
5 days ago
2
support ClickHouse/DuckDB join variants
#64
maxjustus
closed
1 week ago
0
handle_double_colons
#63
dkuku
closed
1 week ago
0
[Q][Proposal] allow for interpolation
#62
dkuku
opened
1 week ago
0
Unexpected whitespace in casting types
#61
pnezis
closed
1 week ago
3
Newline in `CREATE OR REPLACE ...`
#60
pnezis
opened
1 week ago
1
Allow to control number of new lines at the end.
#59
M4RC3L05
opened
2 weeks ago
0
optimize matching
#58
dkuku
closed
2 weeks ago
1
allow_any_combination_of_operators
#57
dkuku
closed
2 weeks ago
0
Allow leading indentation for queries
#56
pcmantz
opened
2 weeks ago
0
Relax regex constraint?
#55
sunshowers
closed
2 weeks ago
3
Latest patch release seems to contain a breaking change
#54
jplatte
closed
1 month ago
4
fix: Ignore keywords for uppercase=True
#53
wugeer
closed
2 months ago
0
Several PostgreSQL operators are incorrectly split in two
#52
Diggsey
opened
2 months ago
3
fix: Possible to provide an escape hatch for expressions
#51
wugeer
closed
2 months ago
1
fix: uppercase=false does not lowercase the query
#50
wugeer
closed
2 months ago
2
fix: compatibility with older versions of rust compiler
#49
shssoichiro
closed
2 months ago
0
fix: temporary value does not live long enough
#48
thesimplekid
closed
2 months ago
1
Compilation error after upgrading to 0.2.5
#47
tomas789
closed
2 months ago
8
fix: ON UPDATE with two many blank formatted incorrectly
#46
wugeer
closed
2 months ago
0
ON UPDATE with two many blank formatted incorrectly
#45
wugeer
closed
2 months ago
0
fix: `EXCEPT` not handled well
#44
wugeer
closed
2 months ago
1
fix: REFERENCES xyz ON UPDATE .. causes formatter to treat the remaining as an UPDATE statement
#43
wugeer
closed
2 months ago
0
fix: Escaped strings formatted incorrectly
#42
wugeer
closed
2 months ago
0
fix: RETURNING is not placed on a new line
#41
wugeer
closed
2 months ago
0
fix: fix the issue of misaligned comments after formatting
#40
wugeer
closed
2 months ago
0
Escaped strings formatted incorrectly
#39
Californian
closed
2 months ago
0
Consider making a new release
#38
paolobarbolini
closed
5 months ago
1
`ON CONFLICT` is not placed onto it's own line
#37
lucacasonato
opened
8 months ago
2
`RETURNING` is not placed on a new line
#36
lucacasonato
closed
2 months ago
0
`EXCEPT` not handled well
#35
max-sixty
closed
2 months ago
0
Remove itertools as a dependency
#34
softdevca
closed
8 months ago
2
Ignore keywords for `uppercase=True`
#33
utkarshgupta137
closed
2 months ago
3
Allow alphanumeric characters in SQLLite style parameters.
#32
BlurrechDev
closed
11 months ago
4
Allow scientific notation without + or - as these are optional.
#31
BlurrechDev
closed
11 months ago
1
Format "begin" and "declare" for plpgsql
#30
dimfeld
closed
11 months ago
0
treat $$ as a reserved token
#29
dimfeld
closed
11 months ago
0
Bump itertools version to 0.12
#28
GnomedDev
closed
11 months ago
0
REFERENCES xyz ON UPDATE .. causes formatter to treat the remaining as an UPDATE statement
#27
jcowgar
closed
2 months ago
1
add a way to ignore lines from being formatted
#26
zignis
opened
1 year ago
0
Posgresql: Incorrect intentation for one-byte character literal
#25
andreoss
closed
2 months ago
2
Improved tokenizer performance by reducing complexity from O(n²) to O(n)
#24
darksidecat
closed
1 year ago
0
Tokenizer O(n²) complecity
#23
darksidecat
closed
1 year ago
1
Scientific notation without `+` or `-`
#22
max-sixty
closed
11 months ago
0
`uppercase=false` does not lowercase the query
#21
bbstilson
closed
2 months ago
1
Wrong formatted PostgreSQL
#20
ansidev
closed
11 months ago
0
export tokenizer
#19
wyhaya
closed
1 year ago
0
Space added in `$foo`
#18
max-sixty
closed
11 months ago
3
`BETWEEN ... AND` formatting is maybe not optimal
#17
max-sixty
closed
1 year ago
1
Next