Commit 0121554
authored
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.md1 parent 1c31ed5 commit 0121554
File tree
2 files changed
+2
-1
lines changed- core/src/main/kotlin/com/alecstrong/sql/psi/core/psi/mixins
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments