Skip to content

Logging Rowcount #250

@martindsouza

Description

@martindsouza

Have an API call so that we can log rowcount in an easier method. Should look like:

logger.log_rowcount(p_str, p_scope ...) Internally it would:

begin
  logger.log(p_string || ': ' || sql%rowcount', l_scope) ...
end;

Things to think of:

  • sql%rowcount will be changed for any calls after
  • Enhance for bulk inserts etc...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions