Commit f15c92a
committed
Snowflake: BEGIN <txn-keyword> := … is a scripting assignment, not a named transaction
When BEGIN is followed by TRANSACTION/WORK/NAME and the next token is := the
block is a scripting assignment to a variable with that name, so keep it on the
BEGIN…END scripting path instead of routing to parse_begin().1 parent 2008030 commit f15c92a
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
266 | | - | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
267 | 270 | | |
268 | 271 | | |
| 272 | + | |
| 273 | + | |
269 | 274 | | |
270 | 275 | | |
271 | 276 | | |
| |||
0 commit comments