Skip to content

Optimise the statement handler function #43

Description

@carlos-granados

If no connection is initially made, then the statement handler will never be called because we won't enable the compiler option that enables it. But if we use on-demand debugging or if we initially connect but then not actively use the debugger this statement handler function will be called. We need to make sure that it is as optimised as possible, specially in the case where we set statement_handler_enabled to false, so that the performance hit of calling this function is as low as possible

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