On 04/15/2012 09:15 PM, Shammat wrote:
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
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.
--
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.