You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When evaluating contracts, camel cased columns such as countryId doesn't get double-quoted before being templated into the sql query. As a result, this column won't be recognized, and the query would fail. I've tried several ways of escaping the quote in yaml to no avail. Do you have any suggestions for how to perform validation on camel case columns?
When evaluating contracts, camel cased columns such as
countryId
doesn't get double-quoted before being templated into the sql query. As a result, this column won't be recognized, and the query would fail. I've tried several ways of escaping the quote in yaml to no avail. Do you have any suggestions for how to perform validation on camel case columns?The text was updated successfully, but these errors were encountered: