Skip to content

2022-November-06 - 2.6+14205

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Nov 04:58
12a715d
Build checks: remove check of SQL entity names (#11193)

Removing because possibly triggers on false-positives.
The check for SQL naming validated that we had nothing camelCased
in any of the '*.sql' files. While generally true, this can fail
when being scanned against data in 'insert' statements.

Rather than building in a way to override this to create exceptions,
for now the check is being removed.