[
https://issues.apache.org/jira/browse/DERBY-4138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mamta A. Satoor updated DERBY-4138:
-----------------------------------
Labels: derby_triage10_11 (was: )
> Adding an "ORDER BY" clause breaks updatable result sets
> --------------------------------------------------------
>
> Key: DERBY-4138
> URL: https://issues.apache.org/jira/browse/DERBY-4138
> Project: Derby
> Issue Type: Improvement
> Components: JDBC
> Affects Versions: 10.4.2.0
> Environment: Solaris
> Reporter: Alan Burlison
> Priority: Minor
> Labels: derby_triage10_11
>
> The following doesn't work:
> ps = c.prepareStatement("select a, b, c from tab where a = ? order by b desc",
> ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_UPDATABLE);
> :
> :
> rs.updateInt(3, 123);
> and throws the following exception:
> 'updateInt' not allowed because the ResultSet is not an updatable ResultSet.
> [XJ083]
> Removing the 'order by b desc' clause makes the problem go away.
--
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