"Lowder, Brady M." <[EMAIL PROTECTED]> wrote: > Group, > > > Using sqlite-3.3.5 along with Tcl8.4.11 and Tk8.4.11, the EXPLAIN > command doesn't produce the desired result. EXPLAIN is used for > interpreting SELECT, INSERT, DELETE, UPDATE SQL commands. It appears to > be retrieving insufficent opcodes and erroneous data that don't return a > result from the SQL call. Performing the same with sqlite 2.8.13 > produces the desired results. Does anyone know what is causing this? > >
EXPLAIN is omitted by default. Recompile with -DSQLITE_DEBUG=1 to turn it on. -- D. Richard Hipp <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------