- Notifications
You must be signed in to change notification settings - Fork5
Commitc06b31d
committed
get_names_for_var didn't do recursion for unnamed JOIN vars quite right;
got it wrong when the JOIN was in an outer query level. Per example fromLaurie Burrow. Also fix same issue in markTargetListOrigin. I think thelatter is only a latent bug since we currently don't apply markTargetListOriginexcept at the outer level ... but should do it right anyway.1 parentc2eef62 commitc06b31d
2 files changed
+27
-15
lines changedLines changed: 11 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
| |||
174 | 175 |
| |
175 | 176 |
| |
176 | 177 |
| |
177 |
| - | |
| 178 | + | |
178 | 179 |
| |
179 | 180 |
| |
180 | 181 |
| |
181 | 182 |
| |
182 | 183 |
| |
183 | 184 |
| |
184 | 185 |
| |
| 186 | + | |
| 187 | + | |
185 | 188 |
| |
186 | 189 |
| |
187 | 190 |
| |
188 | 191 |
| |
189 |
| - | |
| 192 | + | |
190 | 193 |
| |
| 194 | + | |
191 | 195 |
| |
192 | 196 |
| |
193 | 197 |
| |
194 | 198 |
| |
195 | 199 |
| |
196 |
| - | |
| 200 | + | |
| 201 | + | |
197 | 202 |
| |
198 | 203 |
| |
199 | 204 |
| |
| |||
223 | 228 |
| |
224 | 229 |
| |
225 | 230 |
| |
226 |
| - | |
| 231 | + | |
227 | 232 |
| |
228 | 233 |
| |
229 | 234 |
| |
|
Lines changed: 16 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
185 |
| - | |
| 185 | + | |
186 | 186 |
| |
187 | 187 |
| |
188 | 188 |
| |
| |||
1998 | 1998 |
| |
1999 | 1999 |
| |
2000 | 2000 |
| |
2001 |
| - | |
| 2001 | + | |
2002 | 2002 |
| |
2003 | 2003 |
| |
2004 | 2004 |
| |
| |||
2392 | 2392 |
| |
2393 | 2393 |
| |
2394 | 2394 |
| |
| 2395 | + | |
| 2396 | + | |
| 2397 | + | |
| 2398 | + | |
2395 | 2399 |
| |
2396 | 2400 |
| |
2397 | 2401 |
| |
| |||
2404 | 2408 |
| |
2405 | 2409 |
| |
2406 | 2410 |
| |
2407 |
| - | |
| 2411 | + | |
2408 | 2412 |
| |
2409 | 2413 |
| |
| 2414 | + | |
2410 | 2415 |
| |
2411 | 2416 |
| |
2412 | 2417 |
| |
2413 | 2418 |
| |
2414 |
| - | |
2415 |
| - | |
| 2419 | + | |
| 2420 | + | |
| 2421 | + | |
| 2422 | + | |
2416 | 2423 |
| |
2417 |
| - | |
| 2424 | + | |
2418 | 2425 |
| |
2419 | 2426 |
| |
2420 | 2427 |
| |
| |||
2467 | 2474 |
| |
2468 | 2475 |
| |
2469 | 2476 |
| |
2470 |
| - | |
| 2477 | + | |
2471 | 2478 |
| |
2472 | 2479 |
| |
2473 | 2480 |
| |
| |||
2867 | 2874 |
| |
2868 | 2875 |
| |
2869 | 2876 |
| |
2870 |
| - | |
| 2877 | + | |
2871 | 2878 |
| |
2872 | 2879 |
| |
2873 | 2880 |
| |
|
0 commit comments
Comments
(0)