--
You received this message because you are subscribed to the Google Groups "H2 Database" group.
To post to this group, send email to h2-da...@googlegroups.com.
To unsubscribe from this group, send email to h2-database...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
But do you agree that getColumns and similar APIs should do the same
thing then?
Cheers,
Silvio
See:True, but since "match" is akin a LIKE match here since SQL patterns are allowed allowing case insensitive matching can make sense, since LIKE matches are or can be case insensitive in several databases.
http://docs.oracle.com/javase/6/docs/api/java/sql/DatabaseMetaData.html#getColumns%28java.lang.String,%20java.lang.String,%20java.lang.String,%20java.lang.String%29