datanucleus / datanucleus-api-jdo

Support for DataNucleus persistence using the JDO API (JSR0012, JSR0243)
18 stars 27 forks source link

JDOQLTyped : when result class defined but no result, return "DISTINCT this" #98

Closed andyjefferson closed 5 years ago

andyjefferson commented 5 years ago

This logic is embodied in AbstractJDOQLQuery in datanucleus-core for standard JDOQL, but we need to use the same in JDOQLTyped to comply with the JDO spec.