[sqlite] Comments in VDBE program

2015-04-16 Thread Sairam Gaddam
Thanks! Comments are enabled now. On Thu, Apr 16, 2015 at 4:41 PM, Richard Hipp wrote: > On 4/16/15, Sairam Gaddam 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

[sqlite] Comments in VDBE program

2015-04-16 Thread Sairam Gaddam
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

[sqlite] Comments in VDBE program

2015-04-16 Thread Richard Hipp
On 4/16/15, Sairam Gaddam 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 >