On 4/16/15, Sairam Gaddam <gaddamsairam at gmail.com> wrote:
> I am using C SQLite interface. How to enable comments in the VDBE program
> here?
> because they are not enabled by default.
> gcc -DSQLITE -DEBUG filename.c ../sqlite3.c -ldl -lpthread
> I tried with the above line in the terminal but could not succeed in
> enabling the comments. Can any one help me with this?
> I am using Linux 64 bit machine.

Add -DSQLITE_ENABLE_EXPLAIN_COMMENTS to the compiler command-line.

> _______________________________________________
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>


-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to