Re: [sqlite] Problem writing vector to blob

2010-07-20 Thread Andy Gibbs
On Tuesday, July 20, 2010 12:37 PM, Robert McVicar wrote: >I have some code which uses the sqlite3_blob_write() function, but I > observe some odd behaviour. > When I pass it a QVector (Qt vector class - similar to std::vector, > contiguous memory) of a class C (for example) when the vector is

[sqlite] Problem writing vector to blob

2010-07-20 Thread Robert McVicar
I have some code which uses the sqlite3_blob_write() function, but I observe some odd behaviour. When I pass it a QVector (Qt vector class - similar to std::vector, contiguous memory) of a class C (for example) when the vector is of significant size (over 200 entries), towards the end of the