You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Mamta A. Satoor (JIRA)" <de...@db.apache.org> on 2005/03/11 08:08:52 UTC

[jira] Created: (DERBY-173) For the concurrency of ResultSet, Network Server should not send the concurrency of Statement.

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

         Key: DERBY-173
         URL: http://issues.apache.org/jira/browse/DERBY-173
     Project: Derby
        Type: Bug
  Components: Network Server  
    Versions: 10.0.2.1    
    Reporter: Mamta A. Satoor


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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (DERBY-173) For the concurrency of ResultSet, Network Server should not send the concurrency of Statement.

Posted by "Mamta A. Satoor (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-173?page=history ]
     
Mamta A. Satoor closed DERBY-173:
---------------------------------

     Resolution: Fixed
    Fix Version: 10.1.0.0

The fix for this went in as revision number 158260.

> For the concurrency of ResultSet, Network Server should not send the concurrency of Statement.
> ----------------------------------------------------------------------------------------------
>
>          Key: DERBY-173
>          URL: http://issues.apache.org/jira/browse/DERBY-173
>      Project: Derby
>         Type: Bug
>   Components: Network Server
>     Versions: 10.0.2.1
>     Reporter: Mamta A. Satoor
>     Assignee: Mamta A. Satoor
>      Fix For: 10.1.0.0

>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (DERBY-173) For the concurrency of ResultSet, Network Server should not send the concurrency of Statement.

Posted by "Mamta A. Satoor (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-173?page=history ]

Mamta A. Satoor reassigned DERBY-173:
-------------------------------------

    Assign To: Mamta A. Satoor

> For the concurrency of ResultSet, Network Server should not send the concurrency of Statement.
> ----------------------------------------------------------------------------------------------
>
>          Key: DERBY-173
>          URL: http://issues.apache.org/jira/browse/DERBY-173
>      Project: Derby
>         Type: Bug
>   Components: Network Server
>     Versions: 10.0.2.1
>     Reporter: Mamta A. Satoor
>     Assignee: Mamta A. Satoor
>      Fix For: 10.1.0.0

>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira