On Sat, Oct 26, 2013 at 12:30 PM, George Collins <george.coll...@outlook.com
> wrote:

>
> "If X is the integer -9223372036854775807 then abs(X) throws an integer
> overflow error since there is no equivalent positive 64-bit two complement
> value."
>
> It's off by one: X is actually -9223372036854775808. -9223372036854775807
> is the lowest number *with* a positive 64-bit two complement.
>

Fixed at http://www.sqlite.org/docsrc/info/9e1d78e903 - the change will be
in the next release.  Tnx.

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

Reply via email to