micronaut-projects / micronaut-data

Ahead of Time Data Repositories
Apache License 2.0
459 stars 196 forks source link

Left join returns incorrect number of records #2965

Closed radovanradic closed 3 weeks ago

radovanradic commented 3 weeks ago

A reproducer for the issue caused by https://github.com/micronaut-projects/micronaut-data/pull/2883 in 4.8.0

sonarcloud[bot] commented 3 weeks ago

Quality Gate Failed Quality Gate failed

Failed conditions
66.7% Coverage on New Code (required ≥ 70%)
B Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

radovanradic commented 3 weeks ago

@dstepanov Provided a fix for the repro test @radovanradic committed.