Re: [sqlite] Cannot insert/retrieve 8 byte integers without losing digits

2012-02-09 Thread yesnid
s what the number 1311178875028 becomes if you cast it to an int, I assume that I am just missing a simple thing here but can really use your help. Thank you, Simon Slavin-3 wrote: > > > On 9 Feb 2012, at 4:58pm, yesnid wrote: > >> I am having a similar issue, I am trying to

Re: [sqlite] Cannot insert/retrieve 8 byte integers without losing digits

2012-02-09 Thread yesnid
Hello Richard, I am having a similar issue, I am trying to store a 13 digit value in my table and it is being converted to a 10 digit value? Is there something that I need to do, to enable the 8 byte values for integer? Thank you, Richard Hipp-3 wrote: > > On Tue, Jan 31, 2012 at 4:32 PM, Ri