In one SqLite table, I have a BLOB column for saving images (or binary data as a matter of fact). The table is Documents.
Strangely, in Subsonic s ActiveRecord s Documents class, the type of that column shows as STRING which doesn t make sense. It should be byte array. Right?
What am I missing here? How do I map SqLite BLOB column in Subsonic?