Hi,
> One of the aspects of using H2 that can slow you down is that you
> might need both single quotes and double quotes in the same SQL
> statement
Why don't you use case insensitive identifiers? As in: "select
dateadd('day', 1, myDate) from myTable"
> The best of course would be to allow case sensitivity as well but I
> gather that that is harder to implement.
Is there a database that supports this mode?
Regards,
Thomas
--
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.