> I know it is not fully compatible. Currently, H2 internally uses a
> HashMap<String, Table>, and it is not so easy to make this case insensitive.
> Patches are welcome of couse :-)

How about using :
Map<String, Table> map = new TreeMap<String,
Table>(String.CASE_INSENSITIVE_ORDER);

- olivier

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