dbcli / litecli

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

explain query: comment column is null #121

Open actondev opened 2 years ago

actondev commented 2 years ago

Hi! I just noticed a difference between litecli & sqlite default cli when running explain <some query>

litecli: image

sqlite3 cli image

amjith commented 2 years ago

I'm able to reproduce it. Looking into it. Thanks for filing the report.