Skip to content

Commit

Permalink
Update CallableStatementTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff120222 authored Aug 29, 2024
1 parent ad101d4 commit c953b4e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
@Tag(Constants.reqExternalSetup)
public class CallableStatementTest extends AESetup {

private static String okay = "";

private static String multiStatementsProcedure = AbstractSQLGenerator
.escapeIdentifier(RandomUtil.getIdentifier("multiStatementsProcedure"));
private static String inputProcedure = AbstractSQLGenerator
Expand Down

0 comments on commit c953b4e

Please sign in to comment.