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.
On Fri, Jul 19, 2013 at 2:16 PM, Richard Hipp <d...@sqlite.org> wrote: > On Fri, Jul 19, 2013 at 8:11 AM, Paolo Bolzoni < > paolo.bolzoni.br...@gmail.com> wrote: > >> After all do you really care if the unsigned >> int 4294967285 is stored as -11? >> > > To be pedantic: SQLite stores 4294967285 as 4294967285. It is > 18446744073709551605 that gets stored as -11. > > -- > D. Richard Hipp > d...@sqlite.org > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users