- Arreglo de la clave única para los objetos Relation de los DBC, que daba error de clave duplicada cuando se referenciaba a la misma tabla más de una vez

This commit is contained in:
fdbozzo
2015-03-30 16:06:50 +02:00
parent 1b78938a9b
commit 1feeb0f94b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -20122,7 +20122,7 @@ DEFINE CLASS CL_DBC_RELATIONS AS CL_DBC_COL_BASE
loRelation = NULL
loRelation = CREATEOBJECT("CL_DBC_RELATION")
loRelation.analizarBloque( @tcLine, @taCodeLines, @I, tnCodeLines )
.ADD( loRelation, loRelation._ChildTable + loRelation._ParentTable )
.ADD( loRelation, loRelation._ChildTable + '.' + loRelation._ChildIndex + '=>' + loRelation._ParentTable + '.' + loRelation._ParentIndex )
OTHERWISE && Otro valor
*-- No hay otros valores