After all do you really care if the unsigned
int 4294967285 is stored as -11?

On Fri, Jul 19, 2013 at 1:13 PM, Simon Slavin <slav...@bigfraud.org> wrote:
>
> On 19 Jul 2013, at 11:02am, techi eth <techi...@gmail.com> wrote:
>
>> Definition of integer data type will talk for signed integer. What about
>> unsigned integer ?Are they also be part of same data type.
>
> Yes.  SQLite has no special type for an unsigned integer.  Just store them as 
> integers.
>
> The page you were looking at lists everything.  If it's not on that page it 
> doesn't exist.
>
> Simon.
> _______________________________________________
> 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

Reply via email to