Commit 185db54
authored
fix(cubesql): Fix adding missing columns for
ORDER BY clause (cube-js#9764)1 parent 08f21b6 commit 185db54
51 files changed
Lines changed: 1533 additions & 1468 deletions
File tree
- packages/cubejs-backend-native
- rust
- cubenativeutils
- cubesqlplanner
- cubesql
- cubesql
- src/compile
- snapshots
- test
- snapshots
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
| 629 | + | |
629 | 630 | | |
630 | 631 | | |
631 | 632 | | |
| |||
651 | 652 | | |
652 | 653 | | |
653 | 654 | | |
| 655 | + | |
654 | 656 | | |
655 | 657 | | |
656 | 658 | | |
| |||
756 | 758 | | |
757 | 759 | | |
758 | 760 | | |
| 761 | + | |
759 | 762 | | |
760 | 763 | | |
761 | 764 | | |
| |||
8217 | 8220 | | |
8218 | 8221 | | |
8219 | 8222 | | |
| 8223 | + | |
8220 | 8224 | | |
8221 | 8225 | | |
8222 | 8226 | | |
| |||
8402 | 8406 | | |
8403 | 8407 | | |
8404 | 8408 | | |
| 8409 | + | |
8405 | 8410 | | |
8406 | 8411 | | |
8407 | 8412 | | |
| |||
17110 | 17115 | | |
17111 | 17116 | | |
17112 | 17117 | | |
| 17118 | + | |
| 17119 | + | |
| 17120 | + | |
| 17121 | + | |
| 17122 | + | |
| 17123 | + | |
| 17124 | + | |
| 17125 | + | |
| 17126 | + | |
| 17127 | + | |
| 17128 | + | |
| 17129 | + | |
| 17130 | + | |
| 17131 | + | |
| 17132 | + | |
| 17133 | + | |
| 17134 | + | |
| 17135 | + | |
| 17136 | + | |
| 17137 | + | |
| 17138 | + | |
| 17139 | + | |
| 17140 | + | |
| 17141 | + | |
| 17142 | + | |
| 17143 | + | |
| 17144 | + | |
| 17145 | + | |
| 17146 | + | |
| 17147 | + | |
| 17148 | + | |
| 17149 | + | |
| 17150 | + | |
| 17151 | + | |
| 17152 | + | |
| 17153 | + | |
| 17154 | + | |
| 17155 | + | |
| 17156 | + | |
17113 | 17157 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments