Re: [sqlite] using the same sqlite parameter more than once causes premature memory deallocation

2013-02-09 Thread abbood
[via SQLite] < ml-node+s1065341n66730...@n5.nabble.com> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 25/01/13 23:45, abbood wrote: > > i fixed it!! you were right! it's not to do with the guts of sql.. > > rather it's to do with my inc

Re: [sqlite] using the same sqlite parameter more than once causes premature memory deallocation

2013-01-26 Thread abbood
Binns [via SQLite] < ml-node+s1065341n66718...@n5.nabble.com> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 24/01/13 17:37, abbood wrote: > > Btw I'm curious how did you find out about this auto release thing? Can > > you add more detail about that

[sqlite] using the same sqlite parameter more than once causes premature memory deallocation

2013-01-24 Thread abbood
if create an sqlite statement that uses the same parameter more than once ie NSString* updateStmt = @"INSERT INTO search_email(..., subject, ...)" " SELECT ..., :subject, ...," " coalesce((SELECT search_email.threadID " " FROM search_email " " WHERE search_email.subject MATCH