Hello,

I am using H2 Version 1.4.193 and I am creating a Pluggable / User-Defined 
Table with ENGINE "..."

Just to sum up it is a Table that gathers data from a REST Endpoint.

I have implemented the Table, Index and Cursor everything is working in 
order 
and simple queries like SELECT * FROM TableName work as expected.

The problem is when I send a SQL query to sort by a column of data type DATE
in ascending order the data returned is not correctly sorted 

In descending order works fine!

SELECT * FROM TableName ORDER BY DateColumn ASC

Sorting asc and desc in Numeric Columns works fine too.

Is this a possible bug on the H2 code? or maybe I forgot to implement 
something?

Any ideas will be appreciated. Thanks.

Pedro

-- 
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 h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to