SQL : Primitive arrays are not handled properly

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

Bug Description

Primitive arrays are not handled properly in code generation

public final PSimple<[B> image = createSimple("image", byte[].class);

but should be

public final PSimple<byte[]> image = createSimple("image", byte[].class);

summary: - APT : primitive arrays are not handled properly
+ SQL : primitive arrays are not handled properly
description: updated
Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

Fixed in SVN trunk

Changed in querydsl:
status: New → Fix Committed
importance: Undecided → Medium
summary: - SQL : primitive arrays are not handled properly
+ SQL : Primitive arrays are not handled properly
Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

Released in 1.9.7

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.