multiple table update with two columns having the same name

Issue #2912 resolved
Former user created an issue

There is a bug in the way we handle multiple table updates. I am attaching a unit test that reproduces the issue.

Apparently if trying to update two columns with the same name, only one column is actually updated while the other one is silently ignored (does not even show up in the UPDATE query).

As shown in the test unit, I'd expect the Parent row to have its "name" column updated to "newparentname" but that's not the case.

Comments (5)

  1. Log in to comment