SQLite write operations fail:
- inserts/updates fail with "Unsupported value" (it seems related to BLOB type columns)
- deletes fail with "java.lang.String cannot be cast to java.lang.Number"; this is probably linked to a known SQLite bug: float column values are returned as string