Cherry-picked from #50711 Co-authored-by: James <lijibing@selectdb.com>
This commit is contained in:
committed by
GitHub
parent
fde8d05f5d
commit
5923d97804
@ -24,6 +24,7 @@ suite("test_prepared_stmt", "nonConcurrent") {
|
||||
def password = context.config.jdbcPassword
|
||||
// def url = context.config.jdbcUrl + "&useServerPrepStmts=true&useCursorFetch=true"
|
||||
String url = getServerPrepareJdbcUrl(context.config.jdbcUrl, "regression_test_prepared_stmt_p0")
|
||||
logger.info("jdbc prepare statement url: ${url}")
|
||||
def result1 = connect(user, password, url) {
|
||||
sql """DROP TABLE IF EXISTS ${tableName} """
|
||||
sql """
|
||||
|
||||
Reference in New Issue
Block a user