fixed bug
29284: onCreateDefault not executed for appended non mandatory cols
In Oracle new non mandatory columns with a onCreateDefault appended to a table
did not execute the onCreateDefault.
Current fix recreates the whole table in this case. A complete fix where the
onCreateDefault is executed in this case without the need of recreating the table
will be implemented in the scope of the "Prevent Table Recreation" project (see
issue #29270).
Binary file src-db/database/lib/dbsourcemanager.jar has changed