Closed MatiasVara closed 9 years ago
This problem is also observed in the case: when (dse1.name = dse2.name) The parenthesis are not correctly treated.
Fixed by correcting the code that convert from GExpression to String. We expect more bugs from such conversion since we are not handling all cases.
The qvto generation fails when a matching correspondence includes an expression like: "s.name = "something"". In this case, there is a bug in the translation from a GExpression to an String. The bug is not fixed yet.