Open zetti-caletti opened 2 years ago
This error still persists
@michaelyali @fwoelffel @rjpkuyper - any chance one of you can take a look at this and merge / release this PR? I also have this commit merged into my fork's master with these merge conflicts resolved - https://github.com/streetlogics/nestjsx-crud/commit/e9dc932e1e5fc836f2073cbf5071434e87f27af0 . Anything to get this working would be amazing!
@zetti-caletti This repo seems to not be supported anymore, would you like to submit your PR to the following forked repo, which is more up-to-date? Thanks!
PR Checklist
Please check if your PR fulfills the following requirements:
yarn commit
PR Type
What kind of change does this PR introduce?
What is the current behavior?
When using limit parameter on getMany() and eager loading of nested entities the query failed because of duplicate column names. Primary columns where selected twice.
Issue Number: N/A
What is the new behavior?
Now all the column names are made unique so that no duplicate column names occur.
Does this PR introduce a breaking change?
Other information