Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: java.lang.UnsatisfiedLinkError #90

Open
2 tasks done
047massi opened this issue Oct 12, 2024 · 1 comment
Open
2 tasks done

Bug: java.lang.UnsatisfiedLinkError #90

047massi opened this issue Oct 12, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@047massi
Copy link

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
@047massi 047massi added bug Something isn't working triage labels Oct 12, 2024
@odwrotnie
Copy link
Contributor

Same problem here :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants