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 "V.Narayanan (JIRA)" <ji...@apache.org> on 2007/05/02 13:52:15 UTC

[jira] Created: (DERBY-2600) Remove temporary code added to enable testing of CLOB locator related stored procedures.

Remove temporary code added to enable testing of CLOB locator related stored procedures.
----------------------------------------------------------------------------------------

                 Key: DERBY-2600
                 URL: https://issues.apache.org/jira/browse/DERBY-2600
             Project: Derby
          Issue Type: Sub-task
            Reporter: V.Narayanan




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-2600) Remove temporary code added to enable testing of CLOB locator related stored procedures.

Posted by "V.Narayanan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493079 ] 

V.Narayanan commented on DERBY-2600:
------------------------------------

While the implementation of Stored procedures related to LOB related JDBC methods was being done temporary code had been added to LOBStoredProcedure.CLOBSETSTRING(corresponding to the CLOBSETSTRING stored procedure) that will insert a clob with data into the hashmap and will allow the testing of the clob related locator stored procedures.

The set methods of Clob have been implemented(https://issues.apache.org/jira/browse/DERBY-2346) and this temporary code can be removed.

> Remove temporary code added to enable testing of CLOB locator related stored procedures.
> ----------------------------------------------------------------------------------------
>
>                 Key: DERBY-2600
>                 URL: https://issues.apache.org/jira/browse/DERBY-2600
>             Project: Derby
>          Issue Type: Sub-task
>            Reporter: V.Narayanan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-2600) Remove temporary code added to enable testing of CLOB locator related stored procedures.

Posted by "V.Narayanan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493360 ] 

V.Narayanan commented on DERBY-2600:
------------------------------------

Thanks a ton for the commit Rick. Many thanks for the reviews and comments and the final commit for the patch.

Narayanan

> Remove temporary code added to enable testing of CLOB locator related stored procedures.
> ----------------------------------------------------------------------------------------
>
>                 Key: DERBY-2600
>                 URL: https://issues.apache.org/jira/browse/DERBY-2600
>             Project: Derby
>          Issue Type: Sub-task
>            Reporter: V.Narayanan
>         Assigned To: V.Narayanan
>         Attachments: RemoveTemporaryCode_v1.diff, RemoveTemporaryCode_v1.stat
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-2600) Remove temporary code added to enable testing of CLOB locator related stored procedures.

Posted by "Kristian Waagan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Waagan updated DERBY-2600:
-----------------------------------

       Derby Info:   (was: [Patch Available])
    Fix Version/s: 10.3.0.0

> Remove temporary code added to enable testing of CLOB locator related stored procedures.
> ----------------------------------------------------------------------------------------
>
>                 Key: DERBY-2600
>                 URL: https://issues.apache.org/jira/browse/DERBY-2600
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Network Server
>            Reporter: V.Narayanan
>         Assigned To: V.Narayanan
>             Fix For: 10.3.0.0
>
>         Attachments: RemoveTemporaryCode_v1.diff, RemoveTemporaryCode_v1.stat
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-2600) Remove temporary code added to enable testing of CLOB locator related stored procedures.

Posted by "V.Narayanan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

V.Narayanan updated DERBY-2600:
-------------------------------

    Derby Info: [Patch Available]

Running tests on attached patch. Will revert back with test results. Enabling the patch available flag.

> Remove temporary code added to enable testing of CLOB locator related stored procedures.
> ----------------------------------------------------------------------------------------
>
>                 Key: DERBY-2600
>                 URL: https://issues.apache.org/jira/browse/DERBY-2600
>             Project: Derby
>          Issue Type: Sub-task
>            Reporter: V.Narayanan
>         Assigned To: V.Narayanan
>         Attachments: RemoveTemporaryCode_v1.diff, RemoveTemporaryCode_v1.stat
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (DERBY-2600) Remove temporary code added to enable testing of CLOB locator related stored procedures.

Posted by "V.Narayanan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

V.Narayanan resolved DERBY-2600.
--------------------------------

    Resolution: Fixed

The final patches to this issue have been submitted and committed. Resolving the issue.

> Remove temporary code added to enable testing of CLOB locator related stored procedures.
> ----------------------------------------------------------------------------------------
>
>                 Key: DERBY-2600
>                 URL: https://issues.apache.org/jira/browse/DERBY-2600
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Network Server
>            Reporter: V.Narayanan
>         Assigned To: V.Narayanan
>             Fix For: 10.3.0.0
>
>         Attachments: RemoveTemporaryCode_v1.diff, RemoveTemporaryCode_v1.stat
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DERBY-2600) Remove temporary code added to enable testing of CLOB locator related stored procedures.

Posted by "V.Narayanan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

V.Narayanan closed DERBY-2600.
------------------------------


All patches submitted and committed.

> Remove temporary code added to enable testing of CLOB locator related stored procedures.
> ----------------------------------------------------------------------------------------
>
>                 Key: DERBY-2600
>                 URL: https://issues.apache.org/jira/browse/DERBY-2600
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Network Server
>            Reporter: V.Narayanan
>            Assignee: V.Narayanan
>             Fix For: 10.3.0.0
>
>         Attachments: RemoveTemporaryCode_v1.diff, RemoveTemporaryCode_v1.stat
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-2600) Remove temporary code added to enable testing of CLOB locator related stored procedures.

Posted by "V.Narayanan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

V.Narayanan updated DERBY-2600:
-------------------------------

    Attachment: RemoveTemporaryCode_v1.stat
                RemoveTemporaryCode_v1.diff

The temporary code related to CLOBSETSTRING has been removed from the LOBStoredProcedure class. Correspondingly the code in ClobStoredProcedureTest that made use of this temporary code has also been removed.

I have run the ClobStoredProcedureTest and it passes.

I will run junit All and will report back the results.

Please consider this patch for reviews and comments.

> Remove temporary code added to enable testing of CLOB locator related stored procedures.
> ----------------------------------------------------------------------------------------
>
>                 Key: DERBY-2600
>                 URL: https://issues.apache.org/jira/browse/DERBY-2600
>             Project: Derby
>          Issue Type: Sub-task
>            Reporter: V.Narayanan
>         Assigned To: V.Narayanan
>         Attachments: RemoveTemporaryCode_v1.diff, RemoveTemporaryCode_v1.stat
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-2600) Remove temporary code added to enable testing of CLOB locator related stored procedures.

Posted by "Rick Hillegas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493357 ] 

Rick Hillegas commented on DERBY-2600:
--------------------------------------

Thanks for the patch, Narayanan. Looks non-controversial to me. Tests ran cleanly for me. Committed at subversion revision 534824.

> Remove temporary code added to enable testing of CLOB locator related stored procedures.
> ----------------------------------------------------------------------------------------
>
>                 Key: DERBY-2600
>                 URL: https://issues.apache.org/jira/browse/DERBY-2600
>             Project: Derby
>          Issue Type: Sub-task
>            Reporter: V.Narayanan
>         Assigned To: V.Narayanan
>         Attachments: RemoveTemporaryCode_v1.diff, RemoveTemporaryCode_v1.stat
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (DERBY-2600) Remove temporary code added to enable testing of CLOB locator related stored procedures.

Posted by "V.Narayanan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

V.Narayanan reassigned DERBY-2600:
----------------------------------

    Assignee: V.Narayanan

> Remove temporary code added to enable testing of CLOB locator related stored procedures.
> ----------------------------------------------------------------------------------------
>
>                 Key: DERBY-2600
>                 URL: https://issues.apache.org/jira/browse/DERBY-2600
>             Project: Derby
>          Issue Type: Sub-task
>            Reporter: V.Narayanan
>         Assigned To: V.Narayanan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-2600) Remove temporary code added to enable testing of CLOB locator related stored procedures.

Posted by "Mike Matrigali (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Matrigali updated DERBY-2600:
----------------------------------

    Component/s: Network Server

> Remove temporary code added to enable testing of CLOB locator related stored procedures.
> ----------------------------------------------------------------------------------------
>
>                 Key: DERBY-2600
>                 URL: https://issues.apache.org/jira/browse/DERBY-2600
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Network Server
>            Reporter: V.Narayanan
>         Assigned To: V.Narayanan
>         Attachments: RemoveTemporaryCode_v1.diff, RemoveTemporaryCode_v1.stat
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.