Closed rkosafo closed 6 years ago
I agree with you, this is a mistake on RZSQL's part regardless of the SSMS behavior. Duplicate column names should always be an error.
a3be5f1 should fix this, again I am delaying the NuGet package release till I get around to fixing a couple more things.
Given the query
The
id
field is duplicated. In the final object,Comments.Id
is used whileUser.id
is ignored. Is it possible to have it fail as it will be easy to get the wrong data?This however gives the right exception
It must be noted that the current behaviour is consistent though with SSMS.