Better support for constants in sub query projection

Bug #766877 reported by Samppa Saarela
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Querydsl
Fix Released
Undecided
Unassigned

Bug Description

When inserting rows with select (SQL) defining constants is quite tedious as these need to be wrapped with e.g. ConstantsImpl or NumberExpression. Could this wrapping be done under the hood with Object-varargs variant for list: SubQuery.list(Object... args)?

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

Fixed in SVN trunk via SubQuery.list(Object... args) and SubQuery.unique(Object... args)

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

Released in 2.2.0-beta4

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.