On Nov 1, 2011, at 3:34 PM, Ryan Belcher wrote:

>  Is this a bug or something I'm not doing right or don't understand?

Check your data type. Make sure to use one which can hold the necessary 
precision (i.e. real):

http://www.sqlite.org/datatype3.html

If necessary, cast when appropriate:

http://www.sqlite.org/lang_expr.html#castexpr
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to