Re: [sqlite] Upping sizeof integer

2004-06-17 Thread D. Richard Hipp
Hihn, Jason wrote: I'd like to know how hard it would be to make "integer primary key" be 64 bits wide. I have and application that will burn through 2^32 in about 3 months in the main index table. I know I'll be well under the size limitation of 2^41 though. 64-bit rowids are support in SQLite

[sqlite] Upping sizeof integer

2004-06-17 Thread Hihn, Jason
I searched the archives, and only found info relating to the proposal for v3. I'd like to know how hard it would be to make "integer primary key" be 64 bits wide. I have and application that will burn through 2^32 in about 3 months in the main index table. I know I'll be well under the size