On Apr 15, 12:14 am, Silvio Bierman <[email protected]> wrote: > Well, yes. > > But do you agree that getColumns and similar APIs should do the same > thing then?
No, because the JDBC API clearly requires: "tableNamePattern - a table name pattern; must match the table name as it is stored in the database" 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 -- 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.
