Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
5.4.0
-
c28718b88b0cfc712a5177f04475813045c45119
Description
Calling execBatch on a prepared query several times silently fails.
In the following pseudo-code, only the first insert works as expected. All the other do not insert anything in the database, whereas execBatch always return true.