Hi, In version 1.4.186, "order by" was broken in some cases due to the change "Make the planner use indexes for sorting when doing a GROUP BY".
There is a good chance that this is what your are seeing. This should be fixed in the trunk now (the change was reverted). You could test this with the nightly build: http://www.h2database.com/automated/h2-latest.jar Regards, Thomas On Wed, Jul 29, 2015 at 12:42 PM, Noel Grandin <[email protected] <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: > > > On 2015-07-29 11:04 AM, prabhu RC wrote: > >> Recently I upgraded the jar version from 1.3.176 to 1.4.187. Post that >> order by desc is not working for timestamp. >> > > If you have a standalone test case, we can look at this, but as far as we > know it is working. > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <javascript:_e(%7B%7D,'cvml','h2-database%[email protected]');> > . > > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>. > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
