You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
addBatch(): it'll add a new row in SQLInsertRows. execute/executeBatch will do rows insertion, and delete the rows(no matter ok or failed). If SQLInsertRows.GetCnt > 1, we can force to use executeBatch.
OpenMLDB/java/openmldb-jdbc/src/main/java/com/_4paradigm/openmldb/sdk/impl/InsertPreparedStatementImpl.java
Line 361 in 90147ca
We should delete currentRows after
ExecuteInsert
.So that, we can do
The text was updated successfully, but these errors were encountered: