JDO : Skip the projection, if it's the candidate

Bug #656208 reported by Timo Westkämper
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Querydsl
Fix Released
Medium
Unassigned

Bug Description

The projection can be skipped in single string JDOQL queries, if it is equal to the canidate of the query

Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

The following query

query.from(product).list(product)

was serialized to

  SELECT this FROM com.example.Product

Now it is serialized to

  SELECT FROM com.example.Product

Changed in querydsl:
status: New → Fix Committed
importance: Undecided → Medium
Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

Released in 2.0.2

Changed in querydsl:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.