Variable in queries #5
riklempens
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
SiriDB 2.x queries had to be written as a single string. As a result, often mistakes were made with escaping characters and the query could be vulnerable to “SQL” injections.
In SiriDB 3.x it will be possible to use variables to build the query string. This prevents SQL injections, escaping of characters and also provides the opportunity to cache queries which will make them even faster.
All reactions