%arg-1% isn't being converted #16
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Limework/skript-db#16
Loading…
Reference in New Issue
Block a user
No description provided.
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.