You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all
I'm trying to figure out how to store a byte[] as a BLOB.
Right now I get:
Unsupported type of field for StorIOSQLiteColumn annotation,
if you need to serialize/deserialize field of that type ->
please write your own resolver: Unsupported type: byte[]
Any tip? Thanks.
The text was updated successfully, but these errors were encountered:
Damn, just forgot about blobs (didn't use blobs in sqlite for several years). I'll add it to annotation processor today-tomorrow or if you want to help us a little — you can open a PR, annotation processor is no magic :)
At the moment you can use custom operation resolver.
Hi all
I'm trying to figure out how to store a
byte[]
as a BLOB.Right now I get:
Any tip? Thanks.
The text was updated successfully, but these errors were encountered: