itemdb icon indicating copy to clipboard operation
itemdb copied to clipboard

Prevent users from using an invalide table name

Open almarklein opened this issue 4 years ago • 0 comments

This creates an sqlite syntaxerror which feels rather cryptic. A stackoverflow thread suggests anything prefixed with "sqlite_" is forbidden, but anything else should work, as long as you enclose with quoted. Not sure if we do that.

almarklein avatar Sep 10 '21 19:09 almarklein