We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
'null' is not supported by default I created a Data Class with nullable value, but when i insert value with nullable field/properties i got this error
kotlinx.serialization.SerializationException: 'null' is not supported by default
The text was updated successfully, but these errors were encountered:
Can you provide your code? The data class and the insert statement code.
insert
Sorry, something went wrong.
This is a bug, I will fix it.
I have fixed it in version 1.3.1, you can try it now.
1.3.1
No branches or pull requests
'null' is not supported by default
I created a Data Class with nullable value, but when i insert value with nullable field/properties
i got this error
kotlinx.serialization.SerializationException: 'null' is not supported by default
The text was updated successfully, but these errors were encountered: