Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SDO-beta1
-
None
-
n/a
-
Patch Available
Description
The code generated using the -noNotification option causes the SDO codegen tool to create code that can not be compiled. There is an issue in the basicUnsetxxxxx method, where the return statement is excluded. This is because the return has accidentally been included inside the suppress notification condition. The return statement should be outside of this condition.