On 19 Jul 2013, at 1:20pm, Paolo Bolzoni <paolo.bolzoni.br...@gmail.com> wrote:

> True, I was thinking as follow up of what I
> mentioned in the first message.
> -11 is the result of the cast of 4294967285
> from unsigned int to int in a machine
> where int are 32 bits long.

Then don't cast.  If you think your numbers are going to overflow 
9223372036854775807 and you need integer precision for numbers that big, I'm 
afraid you're going to have to use another SQL engine.

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

Reply via email to