On 2012-06-28 17:14, Vinod wrote:
I have made the following change in Operation.optimize(Session session), and it is working fine now.

The change is to consider datatype as DECIMAL when:
a) one side is integer and other is unknown (1 + ?)

This part is likely to break other places where the second part is a non-number string, because they tend to expect the result to be a string.
So I don't think this patch is acceptable as is.

--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to