Prakash Premkumar wrote: > On Fri, Oct 3, 2014 at 7:37 PM, Kees Nuyt <[email protected]> wrote: >> On Fri, 3 Oct 2014 18:39:29 +0530, Prakash Premkumar >> <[email protected]> wrote: >> >>> Can you please tell me which function is >>> sqlite actually generates the Vdbe >>> program for a give sql string ? >> >> http://www.sqlite.org/c3ref/prepare.html > > Thanks a lot for your reply Kees, sqlite3_prepare calls other functions, > can you kindly tell me which is the exact function that does the conversion > ?
Any function that calls the sqlite3VdbeAddOp* functons. Regards, Clemens _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

