Skript 2.8 support #25
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
5 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Limework/skript-db#25
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?
The plugin is currently not working with the latest script version. I hope that support for the latest version can be added so that the add-on can continue to be used.
Is there any error that I could go by? I cannot find what exactly changed in Skript 2.8 that makes this not work.
If you use the unsafe function it works, but it is unsafe. I wanted to take this opportunity to thank you again for the plugin. It helps me a lot.
thanks for the provided information, I recommend using unsafe for the time being and ensuring your inputs are well validated, to prevent SQL injection
I will look into fixing it at some point, but for the time being I'm busy with other things, and SQL injection protection code comes from the original developer before I had started updating skript-db myself, which will take some time understanding what he was doing with it
unsafe is currently mandatory for PostgreSQL as it doesn't work the safe way even in older Skript versions, I think the solution could be to make a whole another system for automatic SQL injection protection, that would work throughout all database systems
maybe adding a syntax for prepared statement creation?
here is a working version for 2.8 and 2.9:
(REDACTED by admin: this VERSION is MALWARE)
could you provide source code of your fix, so I can integrate it?
EDIT: the jar you provided is malware.
hey dude ! i got this error, when i wanna use 2.8:
https://pastebin.com/ifTBKAye
with 2.7.3 is still working ! hopefully fixxing soon : ) thank you for your important job to keep it up. Hopefully this error help you with understanding