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 5340dbe commit 652b764Copy full SHA for 652b764
src/main/java/com/microsoft/sqlserver/jdbc/SQLServerPreparedStatement.java
@@ -139,7 +139,7 @@ private void setPreparedStatementHandle(int handle) {
139
* Regex for JDBC 'call' escape syntax
140
*/
141
private static final Pattern callEscapePattern = Pattern
142
- .compile("^\\s*(?i)\\{(\\s*\\??\\s*=?\\s*)call [^\\(\\)]+\\s*(\\((\\s*\\?\\s*,\\s*)*\\?\\s*\\))?\\s*}");
+ .compile("^\\s*(?i)\\{(\\s*\\??\\s*=?\\s*)call [^\\(\\)]+\\s*(\\(\\s*\\?\\s*(,\\s*\\?\\s*)*\\))?\\s*}");
143
144
/**
145
* Regex for 'exec' escape syntax
0 commit comments