sqlparse
sqlparse copied to clipboard
Add backtick to remove_quotes character list
Fix #628
Consider backtick `
as a quote character and remove it in utils.removte_quotes()
Codecov Report
Merging #629 (797792c) into master (23d2993) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #629 +/- ##
=======================================
Coverage 96.82% 96.82%
=======================================
Files 20 20
Lines 1514 1514
=======================================
Hits 1466 1466
Misses 48 48
Impacted Files | Coverage Δ | |
---|---|---|
sqlparse/utils.py | 98.24% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 23d2993...797792c. Read the comment docs.
Thanks!