-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Problem:
The database create and upgrade scripts (maybe delete too) contain invalid characters which causes them to fail when they are executed using a database vendor REPL like mysql. DB2 and Oracle scripts also have some problems accordingly to some manual smoke tests.
AT:
- Clean all database scripts on all branches from invalid formatted comments, invalid characters etc.
- All scripts are tested by running them against the database using the database vendor own REPL tool manually.
- Test-DB-Upgrade runs successfully with option 'keepFormat' set to true for the sql-maven-plugin
Does this ticket replace
CAM-6246?