Bug: Serialization error when using nested structs with a record id. #4844
Labels
sdk-issue
Issues with the Rust SDK specifically
topic:rust
This is related to the Rust embedded library
Describe the bug
Using nested structs, where RecordId is anywhere except the top level, results in a serialization error:
untagged or internally tagged enums do not support enum input
Steps to reproduce
Using the following structs, attempt to
client.create::<Option<UserEntity>>("table")
Expected behaviour
No error, as it worked in 1.5.5
SurrealDB version
2.0.1 for linux on x86_64
Contact Details
No response
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: