On 6 May 2011, at 12:17am, Tim Butterfield wrote:

> Since my blob column can
> contain either text or binary file data, both cases are valid.  Does
> VerifyType need to add a valid DbType.Binary for case
> TypeAffinity.Text or is something else going on here?

SQLite allows any column to contain values of any type.  If 
SQLiteDataReader.VerifyType is to respect that then I don't think it has any 
use at all.  On the other hand, if you choose to use it with your database, 
then presumably you should be careful not to put anything but binary data in a 
BLOB column.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to