Dave Brosius created DERBY-6133:
-----------------------------------
Summary: simple array index typo
Key: DERBY-6133
URL: https://issues.apache.org/jira/browse/DERBY-6133
Project: Derby
Issue Type: Bug
Components: Network Server
Reporter: Dave Brosius
Priority: Trivial
Attachments: 6133.txt
code does
if (! (columns[0] instanceof Storable))
instead of
if (! (columns[i] instanceof Storable))
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira