Closed GoogleCodeExporter closed 9 years ago
The problem is more difficult that it seems to be : JPA does not save choices
in the same order as we filled them, when we save all in the same transaction.
We choose to show choices in alphabetic order, but it's not what you expected
for dates.
One solution could be to save each choice in a separated transaction. It does
not seem very beautiful... What do you think about it ? An other idea ?
Original comment by perrine1...@gmail.com
on 24 May 2011 at 4:15
I guess that everything is stored as String, right?
I guess that here the elements have to be sorted once you know what they are:
Date or String.
Original comment by daniel.l...@gmail.com
on 24 May 2011 at 4:27
Yes it's true. We will try to fix this issue as soon as possible.
Original comment by pierre.d...@gmail.com
on 6 Jun 2011 at 4:01
fixed in r1991.
http://code.google.com/p/fsnet/source/detail?r=1991
Original comment by pierre.d...@gmail.com
on 7 Jun 2011 at 9:38
Original issue reported on code.google.com by
daniel.l...@gmail.com
on 24 May 2011 at 4:05