Hi, See: >> 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<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> >> >> 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. >
H2 supports a compatibility feature: http://h2database.com/javadoc/org/h2/constant/DbSettings.html#DATABASE_TO_UPPER Whether LIKE is case sensitive is not is unrelated to this problem. H2 needs to follow the JDBC API specification. 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.
