Interesting problem, can you add a new comparison
operator to sqlite3?

On Fri, Jul 19, 2013 at 2:19 PM, Hick Gunter <h...@scigames.at> wrote:
> It might change the sort order...
>
> -----Ursprüngliche Nachricht-----
> Von: Paolo Bolzoni [mailto:paolo.bolzoni.br...@gmail.com]
> Gesendet: Freitag, 19. Juli 2013 14:11
> An: General Discussion of SQLite Database
> Betreff: Re: [sqlite] Integer data type
>
> 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
>
>
> --------------------------------------------------------------------------
>  Gunter Hick
> Software Engineer
> Scientific Games International GmbH
> Klitschgasse 2 – 4, A - 1130 Vienna, Austria
> FN 157284 a, HG Wien
> Tel: +43 1 80100 0
> E-Mail: h...@scigames.at
>
> This e-mail is confidential and may well also be legally privileged. If you 
> have received it in error, you are on notice as to its status and accordingly 
> please notify us immediately by reply e-mail and then delete this message 
> from your system. Please do not copy it or use it for any purposes, or 
> disclose its contents to any person as to do so could be a breach of 
> confidence. Thank you for your cooperation.
> _______________________________________________
> 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