Svata Dedic <[EMAIL PROTECTED]> writes: > Is there a logger I can enable to see exact statements being compiled > internally ? I would like to verify the above, or at least discover > which type of commands are executed.
You can enable trace with this setting in derby.properties: derby.language.logStatementText=true You can find the trace in derby.log. Dag
