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
Fix ResultColumnMixin - add table reference for QueryResult (#687)
* Update ResultColumnMixin.kt
QueryResult.table was being hardcoded as `null`, add the table reference so that `queryExposed()` QueryResult.table can be used
Table reference could also be a TableAlias element.
* Update CHANGELOG.md
0 commit comments