Daan van der Sanden <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I've got a small question about sqlite3. Does the datatype unsigned 
> integer exist? The reason I ask is the following. I want to store number 
> from 0 to 4294967295. If I use a signed integer it would cost me 6 bytes 
> to store it in sqlite3 (if im understanding 
> http://www.sqlite.org/datatype3.html
> correctly), but if unsigned integer is available it can fit into 4 bytes. 
> So is their  a unsigned in available in sqlite3?
> 

No unsigned types are available in SQLite3.  

--
D. Richard Hipp <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to