ccl-testing
ccl-testing copied to clipboard
Whitenoise enhancement: check that database queries use table aliases.
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.