On 2/27/19, Peter da Silva <res...@gmail.com> wrote:
> One nasty thing you might be able to do in the interim is to shimmer the
> object to the type you want by doing something like [set x [expr {double
> $x}]] to make it double.

The new optional -returntype TYPE option is now available on the
SQLite trunk.  The argument can be one of "integer", "real", "text",
"blob", or "any".  The "any" is the default and means that SQLite will
use the Tcl_Obj.typePtr to guess at an appropriate type.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to