On 5/5/2013 8:24 PM, Igor Korot wrote:
Is there a way to select a precision either on the call to
sqlite3_bind_double() or before it?

What do you mean, select precision? The double value you pass to sqlite3_bind_double() will be used as is. Are you saying you want to round it first? Then go ahead and do that - I'm not sure what that has to do with SQLite.
--
Igor Tandetnik

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

Reply via email to