Commit c9defb8
committed
Add TRIM function FROM keyword and function COLLATE support
- Handle TRIM(chars FROM string) syntax where FROM acts as parameter
separator instead of comma
- Add COLLATE clause support for function calls in parsePostExpressionAccess
Enables Baselines140_TrimBuiltInTest1401 parent 85a7a86 commit c9defb8
3 files changed
Lines changed: 16 additions & 2 deletions
File tree
- parser
- testdata
- Baselines140_TrimBuiltInTest140
- TrimBuiltInTest140
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1384 | 1384 | | |
1385 | 1385 | | |
1386 | 1386 | | |
| 1387 | + | |
1387 | 1388 | | |
1388 | 1389 | | |
1389 | 1390 | | |
| |||
1392 | 1393 | | |
1393 | 1394 | | |
1394 | 1395 | | |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
1395 | 1402 | | |
1396 | 1403 | | |
1397 | 1404 | | |
| |||
1587 | 1594 | | |
1588 | 1595 | | |
1589 | 1596 | | |
| 1597 | + | |
| 1598 | + | |
| 1599 | + | |
| 1600 | + | |
| 1601 | + | |
| 1602 | + | |
| 1603 | + | |
1590 | 1604 | | |
1591 | 1605 | | |
1592 | 1606 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments