On 10/7/15, Aki Tuomi <cmouse at cmouse.fi> wrote: > > Is there any way to see whether sqlite3_trace has been attached to a > particular connection? >
Perhaps run "sqlite3_exec(db, "SELECT 'trace-test';",0,0,0)" and see if you get a trace callback? -- D. Richard Hipp drh at sqlite.org