Community
Participate
Working Groups
Build Identifier: 3.4.2 In org.eclipse.datatools.connectivity.sqm.internal.core.rte.fe.GenericDeltaDdlGenerator, isDetach() assumes oldValues and currentValues are List type. This is not a safe assumption since getOldValue returns Object. In the case of DB2 temporal tables, this could return type Table for the historyTable field. See attached file for modified code. Reproducible: Always Steps to Reproduce: This can only be reproduced currently on an unreleased product.
Created attachment 200838 [details] Proprosed fix
OK, the fix looks good. I've applied it to DTP 1.10. Here's the Git commit record: http://git.eclipse.org/c/datatools/org.eclipse.datatools.connectivity.git/commit/?id=9fbeeeee7a10fbab02b0c98cb2ca455472e9bb1f
Resolving as fixed...