When the argument to sqlite3_value_type() is either a litteral or a 
result of some scalar function, can we rely on testing for the 5 
datatypes reliably?

I understand that when the argument comes from a column, then the type 
returned by sqlite3_value_type() is the column type.  But litterals and 
return values from scalar functions have a well defined type.  Is this 
defined type what sqlite3_value_type() returns in all such cases?



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

Reply via email to