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
Can you post a full sample I could run (e.g. something that creates the table, inserts the blob and then tries to select which fails)? We have tests for this package and they are reading from blobs just fine, so I assume there's something weird going on with the database where a blob column is reported as text by sqlite3. I need more information to reproduce this problem.
You’re right! It seems my database might be corrupt or malfunctioning. I removed some records in preparation for posting it here, but I was unable to reproduce the issue with that modified database.
I am getting an error using db.select
It seem like it tries to open the blob column as a Text
sqlcipher_flutter_libs: ^0.6.2
Ubuntu 22.04
ex: "SELECT blobColumn FROM data ;"
The text was updated successfully, but these errors were encountered: