Skip to content

Commit 372b8ec

Browse files
test: update failing multiset tests
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com>
1 parent 97005ca commit 372b8ec

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/test/resources/net/sf/jsqlparser/statement/select/oracle-tests/cast_multiset13.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ multiset except distinct cust_address2_ntab multiset_except
1212
from customers_demo
1313

1414
--@FAILURE: Encountered unexpected token: "except" "EXCEPT" recorded first on Aug 3, 2021, 7:20:08 AM
15-
--@FAILURE: Encountered unexpected token: "distinct" "DISTINCT" recorded first on Mar 25, 2023, 9:18:30 AM
15+
--@FAILURE: Encountered unexpected token: "distinct" "DISTINCT" recorded first on Mar 25, 2023, 9:18:30 AM
16+
--@FAILURE: Encountered unexpected token: "cust_address2_ntab" <S_IDENTIFIER> recorded first on Feb 8, 2025, 6:46:21 AM

src/test/resources/net/sf/jsqlparser/statement/select/oracle-tests/cast_multiset14.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ from customers_demo
1313
order by customer_id
1414

1515
--@FAILURE: Encountered unexpected token: "intersect" "INTERSECT" recorded first on Aug 3, 2021, 7:20:08 AM
16-
--@FAILURE: Encountered unexpected token: "all" "ALL" recorded first on Mar 25, 2023, 9:18:30 AM
16+
--@FAILURE: Encountered unexpected token: "all" "ALL" recorded first on Mar 25, 2023, 9:18:30 AM
17+
--@FAILURE: Encountered unexpected token: "cust_address2_ntab" <S_IDENTIFIER> recorded first on Feb 8, 2025, 6:46:21 AM

0 commit comments

Comments
 (0)