Re: [sqlite] v3 assert with explain

2004-09-01 Thread D. Richard Hipp
Miguel Angel Latorre Díaz wrote: Using v.3.0.5 and executing: explain pragma page_size; or whatever pragma is entered, it throws an assert in function sqlite3VdbeSetNumCols called from main.c line 1037: sqlite3VdbeSetNumCols(sParse.pVdbe, 5); Please write a ticket on this so that I don't forget

[sqlite] v3 assert with explain

2004-09-01 Thread Miguel Angel Latorre Díaz
Using v.3.0.5 and executing: explain pragma page_size; or whatever pragma is entered, it throws an assert in function sqlite3VdbeSetNumCols called from main.c line 1037: sqlite3VdbeSetNumCols(sParse.pVdbe, 5);