- Notifications
You must be signed in to change notification settings - Fork5
Commit869312e
committed
Per SQL spec (in particular, the grammar in SQL:2008 7.13) we should allow
parentheses around the <query expression body> that follows a WITH clause, egwith cte(foo) as ( values(0) ) ((select foo from cte));This seems to be just an oversight/thinko in gram.y. Noted whileexperimenting with bug #4902.1 parent9298d2f commit869312e
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
6879 | 6879 |
| |
6880 | 6880 |
| |
6881 | 6881 |
| |
6882 |
| - | |
| 6882 | + | |
6883 | 6883 |
| |
6884 | 6884 |
| |
6885 | 6885 |
| |
|
0 commit comments
Comments
(0)