The following line returns no results in the case schemaPattern is 
"INFORMATION_SCHEMA" (and tableNamePattern is null or a valid value).

TreeSet<TableMetadata> tables = conn.getTables(tableNamePattern, null, 
schemaNamePattern, tableTypes);

The same line returns the expected rows when schemaPattern is null or equal 
to PUBLIC. 

Also, it works perfectly with another valid schema.

Is the schema INFORMATION_SCHEMA hidden in some way ?

Thanks and best regards,
Lionel

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to