We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b35f3 commit 310a1ddCopy full SHA for 310a1dd
src/main/java/net/sf/jsqlparser/expression/ConnectByPriorOperator.java
@@ -39,7 +39,7 @@ public class ConnectByPriorOperator extends ASTNodeAccessImpl implements Express
39
40
public ConnectByPriorOperator(Column column) {
41
this.column = Objects.requireNonNull(column,
42
- "The COLUMN of the ConnectByRoot Operator must not be null");
+ "The COLUMN of the ConnectByPrior Operator must not be null");
43
}
44
45
public Column getColumn() {
0 commit comments