sqlparse icon indicating copy to clipboard operation
sqlparse copied to clipboard

Add stream option to limit memory consumption (fixes #162, #188)

Open Toilal opened this issue 3 years ago • 2 comments

Toilal avatar Jan 22 '21 16:01 Toilal

1 hour later, TravisCI is still pending :(

Toilal avatar Jan 22 '21 17:01 Toilal

Codecov Report

Merging #608 (45499bf) into master (23d2993) will decrease coverage by 0.14%. The diff coverage is 89.02%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #608      +/-   ##
==========================================
- Coverage   96.82%   96.68%   -0.15%     
==========================================
  Files          20       20              
  Lines        1514     1570      +56     
==========================================
+ Hits         1466     1518      +52     
- Misses         48       52       +4     
Impacted Files Coverage Δ
sqlparse/__init__.py 92.85% <83.33%> (-7.15%) :arrow_down:
sqlparse/lexer.py 91.66% <89.06%> (+5.95%) :arrow_up:
sqlparse/engine/filter_stack.py 100.00% <100.00%> (ø)
sqlparse/engine/statement_splitter.py 100.00% <100.00%> (ø)
sqlparse/sql.py 97.62% <100.00%> (+0.02%) :arrow_up:

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...45499bf. Read the comment docs.

codecov[bot] avatar Jan 22 '21 20:01 codecov[bot]