I'm volunteering improve documentation in the following ways:
Compare and contrast ALL types of trace callbacks in one place, with the following info:
- User api to register callback
- Link to formal api docs
- What underlying trace hook api is used?
- When is it safe/unsafe to register more than once?
I'm always a little confused at what traces hook where, and have to refer to source code. If they use sqlite3_trace_v2 they collide with other hooks outside of apsw even. But I do remember reading at least once instance where docs say you can register more than one and apsw manages as a list of callbacks
If you are will to let me try and can provide feedback on PR let this issue track my progress, otherwise close.
I'm volunteering improve documentation in the following ways:
Compare and contrast ALL types of trace callbacks in one place, with the following info:
I'm always a little confused at what traces hook where, and have to refer to source code. If they use
sqlite3_trace_v2they collide with other hooks outside of apsw even. But I do remember reading at least once instance where docs say you can register more than one and apsw manages as a list of callbacksIf you are will to let me try and can provide feedback on PR let this issue track my progress, otherwise close.