LabKey / platform

A set of modules that provide core functionality for LabKey Server
Apache License 2.0
7 stars 7 forks source link

Calculated column validation fix #5826

Closed labkey-matthewb closed 2 months ago

labkey-matthewb commented 2 months ago

Rationale

By default SqlParser() does not report unrecognized methods even though it tries to resolve them. Add option to report.

https://www.labkey.org/home/Developer/issues/issues-details.view?issueId=51199

Related Pull Requests

Changes