Activity log for bug #635736

Date Who What changed Old value New value Message
2010-09-11 13:17:31 Timo Westkämper bug added bug
2010-09-11 13:23:42 Timo Westkämper summary APT : primitive arrays are not handled properly SQL : primitive arrays are not handled properly
2010-09-11 13:23:53 Timo Westkämper description Primitive arrays are not handled properly public final PSimple<[B> image = createSimple("image", byte[].class); but should be public final PSimple<byte[]> image = createSimple("image", byte[].class); 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);
2010-09-11 16:23:50 Timo Westkämper querydsl: status New Fix Committed
2010-09-11 16:24:09 Timo Westkämper querydsl: importance Undecided Medium
2010-09-12 20:35:54 Timo Westkämper summary SQL : primitive arrays are not handled properly SQL : Primitive arrays are not handled properly
2010-09-13 07:40:24 Timo Westkämper querydsl: status Fix Committed Fix Released