Jack wrote: [snip] > The patch changes iapi/sql/dictionary/DDUtils.java to remove the DDL time > checks [snip]
I think all those checks need to remain for soft upgrade mode, otherwise your changes allow referential actions to be created that will not be handled correctly by 10.0 engines. The runtime code could probably remain as-is, in soft upgrade mode it would just handle cases that wouldn't exist. So only the DDL code would need checkVersion() calls. Dan.
