Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removing System lines
  • Loading branch information
nicky6s committed Aug 4, 2024
commit a5a73fd6ee8dae10f25de353ac53821a92be0811
Original file line number Diff line number Diff line change
Expand Up @@ -371,9 +371,6 @@ public void testWithDeparsingIssue406() throws JSQLParserException {
assertEquals("mytab3", insert.getTable().getFullyQualifiedName());
assertNull(insertWithItems);
assertNull(selectWithItems);
System.out.println(insert);
System.out.println(insert.getPlainSelect());
System.out.println(insert.getPlainSelect().getWhere());
ExistsExpression exists = (ExistsExpression) insert.getPlainSelect().getWhere();
assertEquals("(WITH t AS (SELECT * FROM mytab2) SELECT * FROM t)", exists.getRightExpression().toString());
}
Expand Down