Forum Discussion

octavian_krody's avatar
3 years ago

How to escape user input in built liql query

Escaping id with js_string or any other escape mechanism change the semantics of what was asked from the user, while not doing it will cause invalid syntax in queries. Given the input '123' quotes...