[
https://issues.apache.org/jira/browse/DERBY-4245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Knut Anders Hatlen updated DERBY-4245:
--------------------------------------
Attachment: MixedVersionClob.java
To reproduce:
1) Run the attached class with Derby 10.4.2.0 to create the database
2) Open the database in ij with Derby 10.5.1.1 and issue a select with an ORDER BY:
ij version 10.5
ij> connect 'jdbc:derby:db';
ij> select c from t order by length(c);
ERROR XJ001: Java exception: ': java.lang.NullPointerException'.
ij>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.