> I'm using SQLITE_STATIC since the memory buffer returned by
> cStringUsingEncoding should be valid until the object is deallocated,
> which doesn't happen until after the statement is executed.

You could try using SQLITE_TRANSIENT instead to verify this.

Or just go straight to valgrind. Good chance it will show you
the problem as soon as you run your app with it.

   http://valgrind.org/


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to