SQLite Forum

SQLite query logs implementation
Login
Maybe with sqlite3_commit_hook/sqlite3_rollback_hook log I can skip log all sqlite3_stmt_readonly(stmt) SQL ?

I am not sure this can handle sqlite embed transaction.

I need a hook to know a transaction is started so I know the position of embed transaction, and only remove the query logs for the last transaction with rollback hook.  (I can do it from sqlite3Step, is there a more easy way?)