Skip to content

Commit 1f840d8

Browse files
test: register one more successful Oracle test
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com> Signed-off-by: manticore-projects <andreas@manticore-projects.com>
1 parent 0c16fab commit 1f840d8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/test/java/net/sf/jsqlparser/statement/select/SpecialOracleTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ public class SpecialOracleTest {
7777
"cast_multiset40.sql", "cast_multiset41.sql", "cast_multiset42.sql",
7878
"cast_multiset43.sql", "columns01.sql", "condition01.sql", "condition02.sql",
7979
"condition03.sql", "condition04.sql", "condition05.sql", "condition07.sql",
80-
"condition08.sql", "condition09.sql", "condition10.sql", "condition12.sql",
80+
"condition08.sql", "condition09.sql", "condition10.sql", "condition11.sql",
81+
"condition12.sql",
8182
"condition14.sql", "condition15.sql", "condition19.sql", "condition20.sql",
8283
"connect_by01.sql", "connect_by02.sql", "connect_by03.sql", "connect_by04.sql",
8384
"connect_by05.sql", "connect_by06.sql", "connect_by07.sql", "connect_by08.sql",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ and 0 = Lib.SKU(X.sid, nvl(Z.cid, '^'))
1717

1818
--@FAILURE: Encountered unexpected token: "(" "(" recorded first on Aug 3, 2021, 7:20:08 AM
1919
--@FAILURE: Encountered: "(" / "(", at line 14, column 26, in lexical state DEFAULT. recorded first on 15 May 2025, 16:24:08
20-
--@FAILURE: Encountered: <OPENING_BRACKET> / "(", at line 14, column 26, in lexical state DEFAULT. recorded first on 9 Jul 2025, 17:09:17
20+
--@FAILURE: Encountered: <OPENING_BRACKET> / "(", at line 14, column 26, in lexical state DEFAULT. recorded first on 9 Jul 2025, 17:09:17
21+
--@SUCCESSFULLY_PARSED_AND_DEPARSED first on 25 Feb 2026, 00:22:20

0 commit comments

Comments
 (0)