Primary key length used in unit test is too long for DB2
Description
The primary key for an entity used by DerivedIdentityEmbeddedIdParentEmbeddedIdGrandparentEmbeddedIdColumnOverridesDepTest is too long, causing: DB2 SQL Error: SQLCODE=-613, SQLSTATE=54008. As a result the `Policy` table is not created.
The test passes when the size of one of the varchar colums is reduced from 255 to 32.
Activity
Show:
Former userDecember 2, 2015 at 10:53 PM
No more found.
Former userNovember 20, 2015 at 10:37 PM
I've pushed the fix for DerivedIdentityEmbeddedIdParentEmbeddedIdGrandparentEmbeddedIdColumnOverridesDepTest to master and 5.0.
I'm leaving this issue open for now so I can add fixes for the same reason (if any).
The primary key for an entity used by DerivedIdentityEmbeddedIdParentEmbeddedIdGrandparentEmbeddedIdColumnOverridesDepTest is too long, causing: DB2 SQL Error: SQLCODE=-613, SQLSTATE=54008. As a result the `Policy` table is not created.
The test passes when the size of one of the varchar colums is reduced from 255 to 32.