dbcli / litecli

CLI for SQLite Databases with auto-completion and syntax highlighting
https://litecli.com
BSD 3-Clause "New" or "Revised" License
2.47k stars 73 forks source link

Remove the sql-insert and siblings. #21

Closed amjith closed 5 years ago

amjith commented 5 years ago

Fixes #15

codecov-io commented 5 years ago

Codecov Report

Merging #21 into master will increase coverage by 1.1%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #21     +/-   ##
=========================================
+ Coverage   57.79%   58.89%   +1.1%     
=========================================
  Files          22       21      -1     
  Lines        1412     1360     -52     
=========================================
- Hits          816      801     -15     
+ Misses        596      559     -37
Impacted Files Coverage Δ
litecli/packages/special/iocommands.py 25.1% <0%> (-1.41%) :arrow_down:
litecli/sqlexecute.py 60.52% <0%> (ø) :arrow_up:
litecli/clitoolbar.py 26.08% <0%> (+3.35%) :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 9bc9452...45a7e1c. Read the comment docs.

meeuw commented 5 years ago

Then https://github.com/dbcli/litecli/blob/master/litecli/packages/tabular_output/sql_format.py can also be removed

amjith commented 5 years ago

Good catch. I have removed it.