itemdb
itemdb copied to clipboard
Prevent users from using an invalide table name
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.