Ability to define full CREATE VIEW statement in <createView> change.
Description
Environment
All, but especially oracle
Activity
Show:
Nathan Voxland July 11, 2014 at 8:24 PM
Implemented
Nathan Voxland July 11, 2014 at 8:22 PM
Also use the fullDefinition when generating changeSets for missing views in oracle.
Some views in Oracle require columns to be defined, which cannot be done in the current createView change. Create a new "fullDefinition" attribute on createView that will allow the body of the definition to be the entire CREATE VIEW logic, not just the "select" portion.