Issue Details (XML | Word | Printable)

Key: DERBY-173
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Mamta A. Satoor
Reporter: Mamta A. Satoor
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby

For the concurrency of ResultSet, Network Server should not send the concurrency of Statement.

Created: 11/Mar/05 03:58 PM   Updated: 22/Mar/05 11:33 PM
Return to search
Component/s: Network Server
Affects Version/s: 10.0.2.1
Fix Version/s: 10.1.1.0

Time Tracking:
Not Specified

Resolution Date: 22/Mar/05 11:33 PM


 Description  « Hide
I am working on getting updatable resulset functionality to work under Network Server. One issue that I found is Network Server sends the concurrency of the Statement object when it really needs to send the concurrency of the Resultset. This was ok in the past because CONCUR_READ_ONLY was the only concurreny supported by Derby. But, now with the support of CONCUR_UPDATABLE, it is possible that the concurrency of ResultSet might not be same as the Statement object. Hence, Network Server should send the concurrency of the ResultSet object if that is what the protocol calls for.

The fix for this is localized in java\drda\org\apache\derby\impl\drda\DRDAConnThread.java.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Mamta A. Satoor made changes - 22/Mar/05 11:31 PM
Field Original Value New Value
Assignee Mamta A. Satoor [ mamtas ]
Mamta A. Satoor made changes - 22/Mar/05 11:33 PM
Status Open [ 1 ] Closed [ 6 ]
Resolution Fixed [ 1 ]
Fix Version/s 10.1.0.0 [ 10993 ]