Skip to content

Expose row values for SQLITE_TRACE_ROW and revamp documentation around tracing #605

@y2kbugger

Description

@y2kbugger

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions