Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Scaping special symbols in HTML format in AuditLog #58

Description

The values stored in the field sqltext in auditlog have query with this special symbols:

  • > Stands for the greater-than sign ( > )
  • &lt; Stands for the less-than sign ( < )
  • &#10; Stands for the NewLine
  • &#9; Stands for the Tab

For example:

select text_value, value from constants&#10; where table_name = 'xxx' and column_name ='status'

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

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions