cerner / ccl-testing

A collection of maven plugins and their dependencies to perform CCL Unit tests and static analyses and to generate reports from the results.
Apache License 2.0
16 stars 11 forks source link

Whitenoise enhancement: check that database queries use table aliases. #64

Open feckertson opened 3 years ago

feckertson commented 3 years ago

Errors can occur when a single-table database query does not use an alias for the table if a referenced table attribute matches the name of a variable that is in scope, CCL will misinterpret the identifier to be a reference to the variable.