Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scaping special symbols in HTML format in AuditLog #58

Open
debeando opened this issue Sep 27, 2018 · 0 comments
Open

Scaping special symbols in HTML format in AuditLog #58

debeando opened this issue Sep 27, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@debeando
Copy link
Collaborator

debeando commented Sep 27, 2018

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'
@debeando debeando added the bug Something isn't working label Sep 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

0 participants