Skip to content

Fix vale warnings

What does this MR do and why?

Fix more vale warnings in files belonging to Group: Database

  • fix gitlab.FutureTense
  • escape SQL keywords
  • add a few uppercase exceptions
  • escape table names
  • add ignore comment to direct quote from an issue

This is part 2 of many, the original MR was too big, sorry 😅

Uppercase exceptions:

  • DML and DDL are from doc/development/database/migrations_for_multiple_databases.md line 23-24

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by feistel

Merge request reports