Re: [sqlite] getting error "string or blob too big" for 500 MB data insertion

2017-12-08 Thread Richard Hipp
On 12/8/17, Durgesh wrote: > I am trying to insert 500 MB of row data using Qt SQL into sqlite db. How are you measuring the row size? > > Insertion is successful up to 450 MB. > > defined macro SQLITE_MAX_LENGTH to larger value than 500 MB, as mentioned in >

[sqlite] getting error "string or blob too big" for 500 MB data insertion

2017-12-08 Thread Durgesh
I am trying to insert 500 MB of row data using Qt SQL into sqlite db. Insertion is successful up to 450 MB. defined macro SQLITE_MAX_LENGTH to larger value than 500 MB, as mentioned in http://www.sqlite.org/limits.html Still getting above error while insertion. -- Sent from: