Community
Participate
Working Groups
Currently for OPEN statement, if FOR/WITH/USING clauses co-exists, the following compilation error appears: The FOR clause is not allowed if the WITH or USING clause is specified
Please refer to bug:361828
Fixed OpenStatementValidator.java to allow FOR and USING together.
verify and close it