Eno Thereska <[EMAIL PROTECTED]> wrote: > the integer is a 64-bit value. Does SQLite have > trouble with those?
Nope. Not that I am aware of. > > Although it appears the above is not the problem, I am curious if SQlite > will ever store an integer as a string, if the column type is > explicitely created to be an integer? No. Integers are always stored as integers when put in an integer column. What version of SQLite are you using? What operating system? Did you build SQLite yourself or use a precompiled binary? Please send me your database by private email and I will have a look. -- D. Richard Hipp <[EMAIL PROTECTED]>