SQLite Forum

length function for BLOB out of sync with documentation
Login
Remember that the type declaration for sqlite fields is not rigid. It sounds like maybe you bound/saved the data as text, then tried to treat it like a blob.