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 52c6e6b commit 7435503Copy full SHA for 7435503
jdbc-v2/src/main/java/com/clickhouse/jdbc/PreparedStatementImpl.java
@@ -77,7 +77,7 @@ public class PreparedStatementImpl extends StatementImpl implements PreparedStat
77
78
private ResultSetMetaData resultSetMetaData = null;
79
80
- // Detects if any of the arguments is withing function parameters
+ // Detects if any of the arguments is within function parameters
81
static final Pattern FUNC_DETECT_REGEXP = Pattern.compile(
82
"\\b(?!values?\\b)[A-Za-z_]\\w*\\([^)]*\\?[^)]*\\)",
83
Pattern.CASE_INSENSITIVE);
0 commit comments