
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Issue Links:
|
Reference
|
|
|
|
This issue is related to:
|
|
DERBY-4045
Subquery causes error: 'updateString' not allowed because the ResultSet is not an updatable ResultSet
|
|
|
|
|
|
|
| Resolution Date: |
05/Feb/09 03:48 PM
|
Currently, according to DERBY-4045, SELECT statements do not allow WHERE clauses in subqueries if the SELECT statement is used for an updatable ResultSet. This behavior may need to change, but in the meantime the documentation should reflect the current situation. The SELECT statement topic in the Reference Manual is rrefsqlj41360.dita.
|
|
Description
|
Currently, according to DERBY-4045, SELECT statements do not allow WHERE clauses in subqueries if the SELECT statement is used for an updatable ResultSet. This behavior may need to change, but in the meantime the documentation should reflect the current situation. The SELECT statement topic in the Reference Manual is rrefsqlj41360.dita.
|
Show » |
|
DERBY-4049.diff and rrefsqlj41360.html. This patch adds a bullet item to the list of requirements for updatable cursors and updatable result sets.