- Notifications
You must be signed in to change notification settings - Fork5
Commit2617551
committed
Teach deparsing of CASE expressions to cope with the simplified forms
that simplify_boolean_equality() may leave behind. This is only relevantif the user writes something a bit silly, like CASE x=y WHEN TRUE THEN.Per example from Michael Fuhr; may or may not explain bug #2106.1 parent69525fc commit2617551
1 file changed
+32
-7
lines changedLines changed: 32 additions & 7 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 |
| |
| |||
3389 | 3389 |
| |
3390 | 3390 |
| |
3391 | 3391 |
| |
| 3392 | + | |
3392 | 3393 |
| |
3393 | 3394 |
| |
3394 | 3395 |
| |
3395 | 3396 |
| |
3396 | 3397 |
| |
3397 | 3398 |
| |
3398 | 3399 |
| |
3399 |
| - | |
3400 |
| - | |
| 3400 | + | |
| 3401 | + | |
| 3402 | + | |
| 3403 | + | |
| 3404 | + | |
| 3405 | + | |
| 3406 | + | |
| 3407 | + | |
| 3408 | + | |
| 3409 | + | |
| 3410 | + | |
| 3411 | + | |
| 3412 | + | |
3401 | 3413 |
| |
3402 |
| - | |
3403 |
| - | |
3404 |
| - | |
| 3414 | + | |
| 3415 | + | |
| 3416 | + | |
| 3417 | + | |
| 3418 | + | |
| 3419 | + | |
| 3420 | + | |
| 3421 | + | |
| 3422 | + | |
| 3423 | + | |
| 3424 | + | |
| 3425 | + | |
| 3426 | + | |
| 3427 | + | |
| 3428 | + | |
| 3429 | + | |
3405 | 3430 |
| |
3406 | 3431 |
| |
3407 |
| - | |
| 3432 | + | |
3408 | 3433 |
| |
3409 | 3434 |
| |
3410 | 3435 |
| |
|
0 commit comments
Comments
(0)