You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 responseSurrealDB version
surreal 2.0.4
Contact Details
[email protected]
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: