Skip to content

Conversation

@7Hazard
Copy link

@7Hazard 7Hazard commented Jan 14, 2026

Support byte[] class fields conversion for bytes DB type.
Previously, the following exception was thrown:

com.surrealdb.SurrealException: No field found: byte[]
	at com.surrealdb.ValueBuilder.convertObject(ValueBuilder.java:108)
	at com.surrealdb.ValueBuilder.convert(ValueBuilder.java:113)
	at com.surrealdb.ValueBuilder.convertObject(ValueBuilder.java:103)
	at com.surrealdb.ValueBuilder.convert(ValueBuilder.java:113)
	at com.surrealdb.Surreal.create(Surreal.java:226)
	at com.surrealdb.Surreal.create(Surreal.java:243)

I made a new PR so it's not based on the fork's main branch, this was my first PR for this addition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant