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

Fix the crash caused by pressing F4. #22

Closed amjith closed 5 years ago

amjith commented 5 years ago

Fixes #16

codecov-io commented 5 years ago

Codecov Report

Merging #22 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   57.79%   57.82%   +0.02%     
==========================================
  Files          22       22              
  Lines        1412     1413       +1     
==========================================
+ Hits          816      817       +1     
  Misses        596      596
Impacted Files Coverage Δ
litecli/clitoolbar.py 26.08% <100%> (+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...794a93a. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

Merging #22 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   57.79%   57.82%   +0.02%     
==========================================
  Files          22       22              
  Lines        1412     1413       +1     
==========================================
+ Hits          816      817       +1     
  Misses        596      596
Impacted Files Coverage Δ
litecli/clitoolbar.py 26.08% <100%> (+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...794a93a. Read the comment docs.

meeuw commented 5 years ago

works like charm! :gift: