dbcli / litecli

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

removed is_dropping_database check (you cannot drop database in SQLite) #85

Closed gfrlv closed 4 years ago

gfrlv commented 4 years ago

I've been checking if the issue with the new sqlparse from mycli (https://github.com/dbcli/mycli/pull/819) applies here, and sure it does. It does not break anything because is_dropping_database() is always false anyway. Still, no need to keep this code.

Checklist

amjith commented 4 years ago

Cheers! :rocket: