Browse Source

Improve SQL

jaguililla 7 months ago
parent
commit
936f941d3d

+ 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(1, it.randomNumber)
                 stmtUpdate.setInt(2, it.id)
                 stmtUpdate.setInt(2, it.id)
                 stmtUpdate.executeUpdate()
                 stmtUpdate.executeUpdate()
-//                stmtUpdate.addBatch()
             }
             }
-//            stmtUpdate.executeBatch()
         }
         }
     }
     }