#1647 - Change ServerConfig.updateAllPropertiesInBatch to default to false

This commit is contained in:
rob bygrave
2019-03-12 14:49:00 +13:00
parent 9ded3890d7
commit 276e865f72
4 changed files with 53 additions and 76 deletions
@@ -350,7 +350,7 @@ public class ServerConfig {
/**
* Behaviour of updates in JDBC batch to by default include all properties.
*/
private boolean updateAllPropertiesInBatch = true;
private boolean updateAllPropertiesInBatch;
/**
* Default behaviour for updates when cascade save on a O2M or M2M to delete any missing children.