Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-1098

isDefinitelyWritable on client returns true where embedded returns false

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 10.2.1.6
    • None
    • JDBC, Network Client
    • Solaris 10/x86, Sun Java 1.4.2
    • Low
    • Embedded/Client difference

    Description

      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?

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dagw Dag H. Wanvik
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: