Summary |
0000647: Fallback from insert to update causes an array index out of bounds exception |
|
Revision |
2012-06-19 00:31 by chenson |
|
Description |
A loop that checks to see if column values have changed was driven off of the row data. For an insert, the row data contains the primary keys at the end. When we reach the primary keys, we blow up because we are using the index to also index the column on the target table. |
|
Revision |
2012-06-19 00:29 by chenson |
|
Description |
When a transform is set as implicit and the source table is not the same number of columns as the target table, an array index out of bound occurs if the target table is smaller (fewer columns). |