Skip to content

Commit 936f941

Browse files
committed
Improve SQL
1 parent 215a4d4 commit 936f941

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frameworks/Kotlin/hexagon/store_sql/src/main/kotlin/BenchmarkSqlStore.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ class BenchmarkSqlStore(
7676
stmtUpdate.setInt(1, it.randomNumber)
7777
stmtUpdate.setInt(2, it.id)
7878
stmtUpdate.executeUpdate()
79-
// stmtUpdate.addBatch()
8079
}
81-
// stmtUpdate.executeBatch()
8280
}
8381
}
8482

0 commit comments

Comments
 (0)