ccl-testing icon indicating copy to clipboard operation
ccl-testing copied to clipboard

Whitenoise enhancement: check that database queries use table aliases.

Open feckertson opened this issue 4 years ago • 0 comments

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.

feckertson avatar Mar 11 '21 16:03 feckertson