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 "David Van Couvering (JIRA)" <de...@db.apache.org> on 2005/05/26 00:48:56 UTC

[jira] Created: (DERBY-315) jdbcapi/rsgetXXXcolumNames fails with DerbyNet framework

jdbcapi/rsgetXXXcolumNames fails with DerbyNet framework
--------------------------------------------------------

         Key: DERBY-315
         URL: http://issues.apache.org/jira/browse/DERBY-315
     Project: Derby
        Type: Bug
  Components: Test  
    Versions: 10.1.0.0    
    Reporter: David Van Couvering
    Priority: Minor


Running derbyall off a clean build of the trunk, and jdbcapi/rsgetXXXcolumnNames failed when running with DerbyNet.  It passes fine with embedded and with DerbyNetClient.

I get an error:

FAIL -- unexpected exception
SQLSTATE(42X01): Syntax error: Encountered "(" at line 1, column 26.
com.ibm.db2.jcc.c.SqlException: Syntax error: Encountered "(" at line 1, column 26.

looking at derby.log, I see that the following statement is causing the problem (I put a "^" where the syntax error occurs)

UPDATE APP.CASEISCOL SET (COL1,col1) = (?,?) WHERE CURRENT OF SQL_CURSH200C1
                         ^ 

-- 
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-315) jdbcapi/rsgetXXXcolumNames fails with DerbyNet framework

Posted by "Dyre Tjeldvoll (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580900#action_12580900 ] 

Dyre Tjeldvoll commented on DERBY-315:
--------------------------------------

I'm wondering if we could close this issue, since this test now is run in the JUnit harness.

> jdbcapi/rsgetXXXcolumNames fails with DerbyNet framework
> --------------------------------------------------------
>
>                 Key: DERBY-315
>                 URL: https://issues.apache.org/jira/browse/DERBY-315
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.1.1.0
>            Reporter: David Van Couvering
>            Priority: Minor
>
> Running derbyall off a clean build of the trunk, and jdbcapi/rsgetXXXcolumnNames failed when running with DerbyNet.  It passes fine with embedded and with DerbyNetClient.
> I get an error:
> FAIL -- unexpected exception
> SQLSTATE(42X01): Syntax error: Encountered "(" at line 1, column 26.
> com.ibm.db2.jcc.c.SqlException: Syntax error: Encountered "(" at line 1, column 26.
> looking at derby.log, I see that the following statement is causing the problem (I put a "^" where the syntax error occurs)
> UPDATE APP.CASEISCOL SET (COL1,col1) = (?,?) WHERE CURRENT OF SQL_CURSH200C1
>                          ^ 

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


[jira] Commented: (DERBY-315) jdbcapi/rsgetXXXcolumNames fails with DerbyNet framework

Posted by "Knut Anders Hatlen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707964#action_12707964 ] 

Knut Anders Hatlen commented on DERBY-315:
------------------------------------------

The failing update statement was generated by JCC's updatable result set implementation, which is not possible for us to change, so I'd say we can close it. If DERBY-4074 is fixed, the generated statement will be accepted by the server, so we still have an issue tracking the Derby side of this.

> jdbcapi/rsgetXXXcolumNames fails with DerbyNet framework
> --------------------------------------------------------
>
>                 Key: DERBY-315
>                 URL: https://issues.apache.org/jira/browse/DERBY-315
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.1.1.0
>            Reporter: David Van Couvering
>            Priority: Minor
>
> Running derbyall off a clean build of the trunk, and jdbcapi/rsgetXXXcolumnNames failed when running with DerbyNet.  It passes fine with embedded and with DerbyNetClient.
> I get an error:
> FAIL -- unexpected exception
> SQLSTATE(42X01): Syntax error: Encountered "(" at line 1, column 26.
> com.ibm.db2.jcc.c.SqlException: Syntax error: Encountered "(" at line 1, column 26.
> looking at derby.log, I see that the following statement is causing the problem (I put a "^" where the syntax error occurs)
> UPDATE APP.CASEISCOL SET (COL1,col1) = (?,?) WHERE CURRENT OF SQL_CURSH200C1
>                          ^ 

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


[jira] Closed: (DERBY-315) jdbcapi/rsgetXXXcolumNames fails with DerbyNet framework

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

Kathey Marsden closed DERBY-315.
--------------------------------

    Resolution: Invalid

This appears to be a JCC issue, so closing Invalid.


> jdbcapi/rsgetXXXcolumNames fails with DerbyNet framework
> --------------------------------------------------------
>
>                 Key: DERBY-315
>                 URL: https://issues.apache.org/jira/browse/DERBY-315
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.1.1.0
>            Reporter: David Van Couvering
>            Priority: Minor
>
> Running derbyall off a clean build of the trunk, and jdbcapi/rsgetXXXcolumnNames failed when running with DerbyNet.  It passes fine with embedded and with DerbyNetClient.
> I get an error:
> FAIL -- unexpected exception
> SQLSTATE(42X01): Syntax error: Encountered "(" at line 1, column 26.
> com.ibm.db2.jcc.c.SqlException: Syntax error: Encountered "(" at line 1, column 26.
> looking at derby.log, I see that the following statement is causing the problem (I put a "^" where the syntax error occurs)
> UPDATE APP.CASEISCOL SET (COL1,col1) = (?,?) WHERE CURRENT OF SQL_CURSH200C1
>                          ^ 

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


[jira] Commented: (DERBY-315) jdbcapi/rsgetXXXcolumNames fails with DerbyNet framework

Posted by "David Van Couvering (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580904#action_12580904 ] 

David Van Couvering commented on DERBY-315:
-------------------------------------------

Fine with me...

> jdbcapi/rsgetXXXcolumNames fails with DerbyNet framework
> --------------------------------------------------------
>
>                 Key: DERBY-315
>                 URL: https://issues.apache.org/jira/browse/DERBY-315
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.1.1.0
>            Reporter: David Van Couvering
>            Priority: Minor
>
> Running derbyall off a clean build of the trunk, and jdbcapi/rsgetXXXcolumnNames failed when running with DerbyNet.  It passes fine with embedded and with DerbyNetClient.
> I get an error:
> FAIL -- unexpected exception
> SQLSTATE(42X01): Syntax error: Encountered "(" at line 1, column 26.
> com.ibm.db2.jcc.c.SqlException: Syntax error: Encountered "(" at line 1, column 26.
> looking at derby.log, I see that the following statement is causing the problem (I put a "^" where the syntax error occurs)
> UPDATE APP.CASEISCOL SET (COL1,col1) = (?,?) WHERE CURRENT OF SQL_CURSH200C1
>                          ^ 

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


[jira] Commented: (DERBY-315) jdbcapi/rsgetXXXcolumNames fails with DerbyNet framework

Posted by "Kathey Marsden (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707104#action_12707104 ] 

Kathey Marsden commented on DERBY-315:
--------------------------------------

Dyre suggested we close this issue and David said ok, but I wonder if there was an  underlying client problem and if it was actually fixed or just no longer exposed when the test was converted.

Any thoughts?


> jdbcapi/rsgetXXXcolumNames fails with DerbyNet framework
> --------------------------------------------------------
>
>                 Key: DERBY-315
>                 URL: https://issues.apache.org/jira/browse/DERBY-315
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.1.1.0
>            Reporter: David Van Couvering
>            Priority: Minor
>
> Running derbyall off a clean build of the trunk, and jdbcapi/rsgetXXXcolumnNames failed when running with DerbyNet.  It passes fine with embedded and with DerbyNetClient.
> I get an error:
> FAIL -- unexpected exception
> SQLSTATE(42X01): Syntax error: Encountered "(" at line 1, column 26.
> com.ibm.db2.jcc.c.SqlException: Syntax error: Encountered "(" at line 1, column 26.
> looking at derby.log, I see that the following statement is causing the problem (I put a "^" where the syntax error occurs)
> UPDATE APP.CASEISCOL SET (COL1,col1) = (?,?) WHERE CURRENT OF SQL_CURSH200C1
>                          ^ 

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