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

sqlite3.Connection object has no attribute escape #15

Closed meeuw closed 5 years ago

meeuw commented 5 years ago

reproduce using:

  1. start litecli and open a database
  2. run \T sql-insert
  3. run a query, like select * from pages

Returns: 'sqlite3.Connection' object has no attribute 'escape'

Expected: sql insert queries

This should be fixed or disabled for litecli.