-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.10 EE GA1, 6.2.X EE
-
Fix Version/s: 6.2.X EE
-
Component/s: Core Infrastructure, Core Infrastructure > Database Access
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Story Points:1.5
-
Fix Priority:3
-
Git Pull Request:
In VerifyOracle.doVerify(), we convert the following columns to CLOB:
convertColumnToClob("AssetEntry", "description"); convertColumnToClob("AssetEntry", "summary"); convertColumnToClob("ExpandoColumn", "defaultData"); convertColumnToClob("ExpandoValue", "data_"); convertColumnToClob("JournalArticle", "description"); convertColumnToClob("ShoppingCart", "itemIds"); convertColumnToClob("ShoppingOrder", "comments");
However, for ExpandoColumn.defaultData, ShoppingCart.itemIds and ShoppingOrder.comments the change is missing from the ModelImpl classes, so they won't be created initially as CLOB when creating a vanilla environment. We should make sure this happens.
Seems like these changes were missed during the individual backports of LPS-55620, LPS-43794 and LPS-43668, so we are taking care of them at once under this ticket.
—
Not an issue on master