As far as I know there is no unsigned integer in sqlite3. If you need cast to a signed integer of the same size before using sqlite3.
On Fri, Jul 19, 2013 at 12:02 PM, 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. > > *INTEGER*. The value is a signed integer, stored in 1, 2, 3, 4, 6, or 8 > bytes depending on the magnitude of the value. > http://www.sqlite.org/datatype3.html > > Bye > _______________________________________________ > 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