Describe the bug
I encountered a java.lang.UnsatisfiedLinkError when calling the queryBind method.
Steps to reproduce
surreal.queryBind("SELECT * FROM table WHERE id = $id", paramsMap);
Expected behaviour
The queryBind method should successfully execute a parameterized query on the database without throwing any errors. It should bind the specified parameters to the query and return the expected result set or a successful response
SurrealDB version
surreal 2.0.4
Contact Details
m46955611@gmail.com
Is there an existing issue for this?
Code of Conduct
Describe the bug
I encountered a java.lang.UnsatisfiedLinkError when calling the queryBind method.
Steps to reproduce
surreal.queryBind("SELECT * FROM table WHERE id = $id", paramsMap);Expected behaviour
The
queryBindmethod should successfully execute a parameterized query on the database without throwing any errors. It should bind the specified parameters to the query and return the expected result set or a successful responseSurrealDB version
surreal 2.0.4
Contact Details
m46955611@gmail.com
Is there an existing issue for this?
Code of Conduct