-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
I have a table names 'foo-bar' and edbi fails to display it with
Error: near "-": syntax error
From the commandline, a
$ sqlite3 database.db "SELECT * FROM social-account;"produces the same error, while
$ sqlite3 database.db "SELECT * FROM 'social-account';"works.
Something wrong with edbi not quoting?
Metadata
Metadata
Assignees
Labels
No labels