DeleteCheckVersion

Possible values: true and false.

Default value: false.

File: configuration file.

Context: DatabaseManager, Database.

Before the delete of a DO, if this parameter is set to true, it is checked the DO's version. If the DO had been changed in the meantime, DODS throws an SQLException with message ("Delete failed: Table TABLE id=OID has version DB_VERSION where object has version DO_VERSION.").

Sample code:

#values{true,false} default{false} 
DatabaseManager.defaults.DeleteCheckVersion=true;