Skip to content

Commit

Permalink
Fixed benchmark compile
Browse files Browse the repository at this point in the history
  • Loading branch information
takapi327 committed Jan 18, 2025
1 parent d77d60a commit 8bad912
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Insert:
.use { conn =>
query
.insertInto(test => test.c1 *: test.c2)
.values(records.toList*)
.values(records)
.update
.commit(conn)
}
Expand Down

0 comments on commit 8bad912

Please sign in to comment.