No. The range is for 64 bit signed. SQLite has manifest typing it is like Ruby Duck Typing or Dynamic Typing. The value defines the type not the column type or lack there of it.
If you value is a small integer it will only use 1 byte. On Sat, Jun 28, 2008 at 6:02 PM, freeav8r <[EMAIL PROTECTED]> wrote: > Hi. I have a newbie question. > > When trying to store 64-bit unsiged integers in sqlite, some of them come > back as floats. There is some internal reference on the web page to 64-bit > unsiged integers; http://www.sqlite.org/c3ref/int64.html. On the other > hand, the faq's entry on AUTOINCREMENT fields suggests that they may not be > supported above 9223372036854775807. > > Does sqlite support 64-bit unsigned integers? > > > > > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

