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 "Kathey Marsden (JIRA)" <ji...@apache.org> on 2009/05/07 20:40:46 UTC

[jira] Updated: (DERBY-1098) isDefinitelyWritable on client returns true where embedded returns false

     [ https://issues.apache.org/jira/browse/DERBY-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kathey Marsden updated DERBY-1098:
----------------------------------

    Derby Categories: [Embedded/Client difference]

> isDefinitelyWritable on client returns true where embedded returns false
> ------------------------------------------------------------------------
>
>                 Key: DERBY-1098
>                 URL: https://issues.apache.org/jira/browse/DERBY-1098
>             Project: Derby
>          Issue Type: Bug
>          Components: JDBC, Network Client
>    Affects Versions: 10.2.1.6
>         Environment: Solaris 10/x86, Sun Java 1.4.2
>            Reporter: Dag H. Wanvik
>            Priority: Minor
>
> ResultSetMetaData#isDefinitelyWritable on the client does the same test
> as isWritable.
> The embedded driver is more pessimistic, and always returns false.
> The comment is the embedded code says:
>   // we just don't know if it is a base table column or not
> For the present implementation of updatable result set (forward only), under 
> which conditions would the update fail? Or is the client correct correct here?

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