Skip to content

Bug: java.lang.UnsatisfiedLinkError #90

Open
@047massi

Description

@047massi

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

[email protected]

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

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions