reality95

Results 2 issues of reality95

## GORM Playground Link https://github.com/go-gorm/playground/pull/683 ## Description I'm using postgres as reference and it looks like gorm does not format properly `count` if `Distinct` is called with more than one...

type:with reproduction steps

## Explain your user case and expected results I expect `count` to be equal to `len(result)`, instead if you look at the debug logger, the distinct operation is dropped altogether...