In determining the type of a value returned from a SELECT in some
generic SQLite code, an implementation uses sqlite3_column_type to
check a field type.

I note that in the codebase, sqlite3IsNumber() will return False if an
otherwise numeric value has leading and/or trailing whitespace,
overriding the table schema.
Such is dynamic typing !

Are there any workarounds to this behaviour short of adding custom exceptions
to the use of sqlite3IsNumber() ?

Thanks,
MikeW

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

Reply via email to