Skip to content

Record the actual values for the SQL calls #304

Description

@dividedmind

Currently SQL queries are captured without the actual values passed, for example:

    {
      "event": "call",
      "id": 113921,
      "sql_query": {
        "database_type": "H2",
        "sql": "insert into owners (address,city,first_name,last_name,telephone,id) values (?,?,?,?,?,default)"
      },
      "thread_id": 1
    },

Note that the values passed as parameters are not recorded. While the overhead might be prohibitive to enable this in general case, it might be very useful to capture this data to debug specific problems.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions