%arg-1% isn't being converted #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have a simple command in my script, you just input a text and it'll make a column named that. Here's the code.
However, when I type the command in chat with a simple "word", like test, asdf, or qwerty, I get this error.
It doesn't add a column to the table at all, and I have a suspicion that it has to do with using %arg-1% in the command.
You can go around this by using "execute unsafe", you are getting the issue because of SQL injection protection, unsafe disables that.