Nathan Voxland wrote:
I’m getting the following error on 10.3.1.4 on this call:
tableRS = conn.getMetaData().getTables(getCatalogName(),
getSchemaName(), null, new String[]{"TABLE", "GLOBAL TEMPORARY",
"LOCAL TEMPORARY", "ALIAS", "SYNONYM"});
with this stack trace:
java.sql.SQLException: The parameter position '8' is out of range. The
number of parameters for this prepared statement is '7'.
at
Hi Nathan,
I was able to reproduce this issue and filed DERBY-3000. Thanks for the
bug report. Please vote for it!
Kathey