Charles Hines wrote:

I've tried using the various PRAGMAs to help debug it (side note: the vdbe
ones don't seem to be working for me, even though I compiled with the
--enable-debug flag) as well as putting in an sqlite3 trace command that dumps
the strings being sent so I can watch how things are progressing, and nothing
odd seems to be happening that is shown at that level.


I ran into the same problem with the VDBE tracing. The configure script doesn't define the correct compiler flags to generate the VDBE trace. The fix is detailed in this message:

 http://www.mail-archive.com/sqlite-users@sqlite.org/msg05936.html

HTH
Dennis Cote

Reply via email to