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: Forget about providing a native implementation for getBytes! #101

Closed
2 tasks done
harry-xi opened this issue Feb 2, 2025 · 1 comment · Fixed by #103
Closed
2 tasks done

Bug: Forget about providing a native implementation for getBytes! #101

harry-xi opened this issue Feb 2, 2025 · 1 comment · Fixed by #103
Assignees
Labels
bug Something isn't working

Comments

@harry-xi
Copy link
Contributor

harry-xi commented Feb 2, 2025

Describe the bug

When i try to call it on a Value which is bytes i got:
Exception in thread "main" java.lang.UnsatisfiedLinkError: 'byte[] com.surrealdb.Value.getBytes(long)'
So I checked the source code of this lib and found that it wasn't there!

Steps to reproduce

Expected behaviour

SurrealDB version

2.1.4 for windows on x86_64

Contact Details

No response

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
@harry-xi harry-xi added bug Something isn't working triage labels Feb 2, 2025
@emmanuel-keller emmanuel-keller self-assigned this Feb 5, 2025
@emmanuel-keller
Copy link
Contributor

Thanks @harry-xi! We're going to release 0.2.2 with this fix

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

Successfully merging a pull request may close this issue.

2 participants