Disabling total locking

Previous Next

It is possible to disable total locking of the foreign key. Changing the "lockForeignKey" resource of the Integrity object will accomplish this, thereby making the relationship check "softer", and enhancing concurrency.

*Integrity.lockForeignKey : False

The foreign key will still be locked during commit.