Thanks! Comments are enabled now.

On Thu, Apr 16, 2015 at 4:41 PM, Richard Hipp <drh at sqlite.org> wrote:

> 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
> _______________________________________________
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>

Reply via email to