浏览代码

Improve SQL

jaguililla 9 月之前
父节点
当前提交
936f941d3d
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      frameworks/Kotlin/hexagon/store_sql/src/main/kotlin/BenchmarkSqlStore.kt

+ 0 - 2
frameworks/Kotlin/hexagon/store_sql/src/main/kotlin/BenchmarkSqlStore.kt

@@ -76,9 +76,7 @@ class BenchmarkSqlStore(
                 stmtUpdate.setInt(1, it.randomNumber)
                 stmtUpdate.setInt(2, it.id)
                 stmtUpdate.executeUpdate()
-//                stmtUpdate.addBatch()
             }
-//            stmtUpdate.executeBatch()
         }
     }