-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Let's allow JdbcSession#sql accept multiple String values, instead of explicitly using String.join
new JdbcSession(this.source())
.sql(
"CREATE TABLE IF NOT EXISTS foo (",
"id INT NOT NULL AUTO_INCREMENT, ",
"name VARCHAR(50), ",
"PRIMARY KEY (id)",
")"
)
.execute();
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels