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 2004/12/09 21:54:09 UTC

[jira] Created: (DERBY-98) Add support for delete functionality using JDBC 2.0 updatable resultset apis

Add support for delete functionality using JDBC 2.0 updatable resultset apis
----------------------------------------------------------------------------

         Key: DERBY-98
         URL: http://nagoya.apache.org/jira/browse/DERBY-98
     Project: Derby
        Type: New Feature
  Components: JDBC  
    Versions: 10.1.0.0    
    Reporter: Mamta A. Satoor
 Assigned to: Mamta A. Satoor 
     Fix For: 10.1.0.0


The JDBC 2.0 API introduced the ability to update/delete/insert rows from a resultset using methods in the Java programming language rather than having to send an SQL command. This Jira entry is to track the delete rows functionality using JDBC 2.0 apis. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.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-98) Add support for delete functionality using JDBC 2.0 updatable resultset apis

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

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

    Assign To:     (was: Mamta A. Satoor)

I am unassigning myself from this bug in case someone else wants to add JDBC 2.0 delete support for other resultset types. 

> Add support for delete functionality using JDBC 2.0 updatable resultset apis
> ----------------------------------------------------------------------------
>
>          Key: DERBY-98
>          URL: http://issues.apache.org/jira/browse/DERBY-98
>      Project: Derby
>         Type: New Feature
>   Components: JDBC
>     Versions: 10.1.1.0
>     Reporter: Mamta A. Satoor

>
> The JDBC 2.0 API introduced the ability to update/delete/insert rows from a resultset using methods in the Java programming language rather than having to send an SQL command. This Jira entry is to track the delete rows functionality using JDBC 2.0 apis. 

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (DERBY-98) Add support for delete functionality using JDBC 2.0 updatable resultset apis

Posted by "Bernt M. Johnsen (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-98?page=all ]

Bernt M. Johnsen reassigned DERBY-98:
-------------------------------------

    Assign To: Dag H. Wanvik

> Add support for delete functionality using JDBC 2.0 updatable resultset apis
> ----------------------------------------------------------------------------
>
>          Key: DERBY-98
>          URL: http://issues.apache.org/jira/browse/DERBY-98
>      Project: Derby
>         Type: New Feature
>   Components: JDBC
>     Versions: 10.1.1.0
>     Reporter: Mamta A. Satoor
>     Assignee: Dag H. Wanvik

>
> The JDBC 2.0 API introduced the ability to update/delete/insert rows from a resultset using methods in the Java programming language rather than having to send an SQL command. This Jira entry is to track the delete rows functionality using JDBC 2.0 apis. 

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (DERBY-98) Add support for delete functionality using JDBC 2.0 updatable resultset apis

Posted by "Dag H. Wanvik (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-98?page=all ]

Dag H. Wanvik reassigned DERBY-98:
----------------------------------

    Assign To:     (was: Dag H. Wanvik)

Unassigning myself, since deleteRow is now implemented
for scrollable insensitive result sets. I think this issue
should be closed (cf. Andreas' comment on DERBY-100) - 
if someone wants to implement sensitive result sets a new issue
can be created for that.

> Add support for delete functionality using JDBC 2.0 updatable resultset apis
> ----------------------------------------------------------------------------
>
>          Key: DERBY-98
>          URL: http://issues.apache.org/jira/browse/DERBY-98
>      Project: Derby
>         Type: New Feature

>   Components: JDBC
>     Versions: 10.1.1.0
>     Reporter: Mamta A. Satoor

>
> The JDBC 2.0 API introduced the ability to update/delete/insert rows from a resultset using methods in the Java programming language rather than having to send an SQL command. This Jira entry is to track the delete rows functionality using JDBC 2.0 apis. 

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (DERBY-98) Add support for delete functionality using JDBC 2.0 updatable resultset apis

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

Mamta A. Satoor closed DERBY-98.
--------------------------------

    Resolution: Fixed

Closing this issue since delete functionality using JDBC 2.0 has been implemented for all the types of resultsets supported by Derby at this point.

> Add support for delete functionality using JDBC 2.0 updatable resultset apis
> ----------------------------------------------------------------------------
>
>                 Key: DERBY-98
>                 URL: http://issues.apache.org/jira/browse/DERBY-98
>             Project: Derby
>          Issue Type: New Feature
>          Components: JDBC
>    Affects Versions: 10.1.1.0
>            Reporter: Mamta A. Satoor
>
> The JDBC 2.0 API introduced the ability to update/delete/insert rows from a resultset using methods in the Java programming language rather than having to send an SQL command. This Jira entry is to track the delete rows functionality using JDBC 2.0 apis. 

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DERBY-98) Add support for delete functionality using JDBC 2.0 updatable resultset apis

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

Mamta A. Satoor updated DERBY-98:
---------------------------------

    Fix Version:     (was: 10.1.0.0)
    Environment: 

deleteRow() support for FORWARD_ONLY resultset has been added to 10.1.0.0 To my knowledge, nobody actively working on support for same functionality for other resultset types at this point.

> Add support for delete functionality using JDBC 2.0 updatable resultset apis
> ----------------------------------------------------------------------------
>
>          Key: DERBY-98
>          URL: http://issues.apache.org/jira/browse/DERBY-98
>      Project: Derby
>         Type: New Feature
>   Components: JDBC
>     Versions: 10.1.0.0
>     Reporter: Mamta A. Satoor
>     Assignee: Mamta A. Satoor

>
> The JDBC 2.0 API introduced the ability to update/delete/insert rows from a resultset using methods in the Java programming language rather than having to send an SQL command. This Jira entry is to track the delete rows functionality using JDBC 2.0 apis. 

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DERBY-98) Add support for delete functionality using JDBC 2.0 updatable resultset apis

Posted by "Daniel John Debrunner (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-98?page=comments#action_57660 ]
     
Daniel John Debrunner commented on DERBY-98:
--------------------------------------------

Support for deleteRow() for forward only result sets committed to trunk - svn 125266

> Add support for delete functionality using JDBC 2.0 updatable resultset apis
> ----------------------------------------------------------------------------
>
>          Key: DERBY-98
>          URL: http://issues.apache.org/jira/browse/DERBY-98
>      Project: Derby
>         Type: New Feature
>   Components: JDBC
>     Versions: 10.1.0.0
>     Reporter: Mamta A. Satoor
>     Assignee: Mamta A. Satoor
>      Fix For: 10.1.0.0

>
> The JDBC 2.0 API introduced the ability to update/delete/insert rows from a resultset using methods in the Java programming language rather than having to send an SQL command. This Jira entry is to track the delete rows functionality using JDBC 2.0 apis. 

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