Commit 346eea5
authored
Special oracle tests (#1279)
* Allow keywords: LINK, GROUPING()
* Deparse ParenthesisFromItem's Pivot and UnPivot correctly
* Write Test results to the SQL File
Reduce the noise during the test
Update/correct the list of expected passing files
Get the benchmark from the list of expected passing files
* There are no Pivots or UnPivots yet, so we will return NULL.
* Record the expected Test Results on each SQL Source
Fail the test when any expected success suddenly fails
* Improve Test Coverage
* Appease Codacy1 parent b601407 commit 346eea5
277 files changed
Lines changed: 722 additions & 56 deletions
File tree
- src
- main
- java/net/sf/jsqlparser
- statement/select
- util/deparser
- jjtree/net/sf/jsqlparser/parser
- test
- java/net/sf/jsqlparser/statement/select
- resources/net/sf/jsqlparser/statement/select/oracle-tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| 227 | + | |
227 | 228 | | |
228 | 229 | | |
229 | 230 | | |
| |||
532 | 533 | | |
533 | 534 | | |
534 | 535 | | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
535 | 551 | | |
536 | 552 | | |
537 | 553 | | |
| |||
Lines changed: 19 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1609 | 1609 | | |
1610 | 1610 | | |
1611 | 1611 | | |
| 1612 | + | |
1612 | 1613 | | |
1613 | 1614 | | |
1614 | 1615 | | |
1615 | 1616 | | |
| 1617 | + | |
1616 | 1618 | | |
1617 | 1619 | | |
1618 | 1620 | | |
| |||
1660 | 1662 | | |
1661 | 1663 | | |
1662 | 1664 | | |
1663 | | - | |
1664 | | - | |
| 1665 | + | |
| 1666 | + | |
1665 | 1667 | | |
1666 | 1668 | | |
1667 | 1669 | | |
| |||
1676 | 1678 | | |
1677 | 1679 | | |
1678 | 1680 | | |
1679 | | - | |
| 1681 | + | |
1680 | 1682 | | |
1681 | 1683 | | |
1682 | 1684 | | |
| |||
2602 | 2604 | | |
2603 | 2605 | | |
2604 | 2606 | | |
| 2607 | + | |
| 2608 | + | |
| 2609 | + | |
| 2610 | + | |
| 2611 | + | |
| 2612 | + | |
| 2613 | + | |
| 2614 | + | |
| 2615 | + | |
| 2616 | + | |
| 2617 | + | |
| 2618 | + | |
2605 | 2619 | | |
2606 | 2620 | | |
2607 | 2621 | | |
2608 | 2622 | | |
2609 | | - | |
| 2623 | + | |
| 2624 | + | |
2610 | 2625 | | |
2611 | | - | |
2612 | | - | |
2613 | | - | |
2614 | | - | |
2615 | | - | |
2616 | | - | |
2617 | | - | |
2618 | | - | |
2619 | | - | |
2620 | | - | |
2621 | 2626 | | |
2622 | 2627 | | |
2623 | 2628 | | |
| |||
0 commit comments