[resolved] Unable to exclude Additional Columns in tOracleOutput update
Is there anyway to exclude the Additional Column in an update using tOracleOutput?
I am generating an additional column key using an Oracle sequence.
However after noticing some updates were failing I noticed that the generated update statement was trying to update the "additional column" (see below). Is there any way to exclude the additional column when using field options?