- Notifications
You must be signed in to change notification settings - Fork5
Commit391af9f
committed
Preserve Var location information during flatten_join_alias_vars.
This allows us to give correct syntax error pointers when complainingabout ungrouped variables in a join query with aggregates or GROUP BY.It's pretty much irrelevant for the planner's use of the function, thoughperhaps it might aid debugging sometimes.1 parent08e261c commit391af9f
1 file changed
+10
-7
lines changedLines changed: 10 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
794 | 794 |
| |
795 | 795 |
| |
796 | 796 |
| |
| 797 | + | |
797 | 798 |
| |
798 | 799 |
| |
799 | 800 |
| |
800 | 801 |
| |
801 | 802 |
| |
802 | 803 |
| |
803 |
| - | |
804 |
| - | |
805 | 804 |
| |
806 |
| - | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
807 | 808 |
| |
808 | 809 |
| |
809 | 810 |
| |
| |||
814 | 815 |
| |
815 | 816 |
| |
816 | 817 |
| |
817 |
| - | |
| 818 | + | |
818 | 819 |
| |
819 | 820 |
| |
820 | 821 |
| |
821 | 822 |
| |
822 | 823 |
| |
823 | 824 |
| |
824 | 825 |
| |
| 826 | + | |
825 | 827 |
| |
826 | 828 |
| |
827 | 829 |
| |
828 | 830 |
| |
829 | 831 |
| |
830 | 832 |
| |
831 |
| - | |
832 |
| - | |
833 | 833 |
| |
834 |
| - | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
835 | 838 |
| |
836 | 839 |
| |
837 | 840 |
| |
|
0 commit comments
Comments
(0)