Hello,
 
I'm trying to upgrade my wrapper library for SQLite to use version 3.  Everything is going well so far, with one exception.
 
In Version 2.x, I would use the data type string which is returned after the column names in call to sqlite_step().  This allowed me to distinguish dates from text by using DATE as the type. 
 
However, with version 3 and its new data types, I can't seem to be able to replicate this.  It seems as though it will just be treated as a numeric data type. Does anyone know how I can achieve the same functionality?
 
Regards,
Stephen Drew

Reply via email to