ArtemGr wrote:
I got the following exception: http://gist.github.com/95205 which is triggered by the following code: rs = conn.getMetaData().getIndexInfo(catalogName, schemaName, tableName, false, true);What can this possibly mean?
Hard to say but it looks like a bug. Can you provide some more information: 1) what are the versions of Derby running client-side and server-side? 2) can you provide a little standalone program which triggers this bug? Thanks, -Rick
