- Notifications
You must be signed in to change notification settings - Fork5
Commita49147a
committed
Fix an oversight in convert_EXISTS_sublink_to_join: we can't convert an
EXISTS that contains a WITH clause. This would usually lead to a"could not find CTE" error later in planning, because the WITH wouldn'tget processed at all. Noted while playing with an example from Ken Marshall.1 parenta0a7e63 commita49147a
1 file changed
+12
-1
lines changedLines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
1114 | 1114 |
| |
1115 | 1115 |
| |
1116 | 1116 |
| |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
1117 | 1128 |
| |
1118 | 1129 |
| |
1119 | 1130 |
| |
|
0 commit comments
Comments
(0)