Open charles-slc opened 6 days ago
The "use block update" setting allows updates made using PreparedStatement.addBatch() and PreparedStatement.executeBatch() to be sent in a single request to the server. Otherwise, the JDBC driver sends each update as individual requests to the server.
The setting is supported. For the javadoc, its best to refer to the latest JTOpen documentation at https://javadoc.io/doc/net.sf.jt400/jt400/latest/index.html.
In the 7.4 docs, There is
But it's not show in the 7.5 docs
Looking at the code, it's seems to still be recognized, but a quick glance didn't show any real usage of it.
So first question, is it still a functional properties and if so, then what does it do? I'm guessing it changes something about UPDATE via
AddBatch()