On Mon, Jul 11, 2011 at 11:04 AM, Prakash Reddy Bande <[email protected]>wrote:
> > Well, the bottom line, is it safe to assume that char** headers will be > pointing to the same address through out the query (i.e. each time callback > is called for a matching row). > We cannot positively, absolutely guarantee that this will never change, since it is not part of the spec. But SQLite has always worked as you describe and we have no plans to change it. I'd say you are reasonably safe to make the optimization. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

