Open
Description
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
Is there an existing issue for this?
- I have searched the existing issues
Code of Conduct
- I agree to follow this project's Code of Conduct