Hi 
I'm not sure is this an issue or it is the way H2 handles the function in 
select.

I have a query, e.g., *SELECT MAX(stay_to) FROM Table1*
The column name returned by the ResultSetMetadata returns *MAX("stay_to")* 
instead 
of *MAX(stay_to)*.
I think it could be a bug as (I think) it is complete valid for a client 
application to call something like rs.getString("MAX(stay_to)"), which will 
fail in this case
as the column is named as MAX("stay_to").

Has anyone come across the same problem before??

-- 
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.

Reply via email to