This one is subtle. If you drill down into the ResultSetMetaData for responses to DatabaseMetaData queries, e.g., getTypeInfo(), there are inconsistency between the column name and the column label. For instance getTypeInfo() has one column with the RSMD columnName = LITERAL_PREFIX (as required by the api spec) and columnLabel = PREFIX.
I don't know if this is required by the spec but all of the other databases I've tested have used the same values. Bear -- 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.
