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

ij reports "Attribute is unknown to Derby" on collate, ssl and some other new attributes.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 10.3.1.4
    • None
    • Tools
    • Normal
    • Newcomer

    Description

      ij> connect 'jdbc:derby:test;ssl=basic';
      URL Attribute [ssl=basic]
      Attribute is unknown to Derby.
      ij> connect 'jdbc:derby:test;traceFile=x';
      URL Attribute [traceFile=x]
      Attribute is unknown to Derby.
      ij> connect 'jdbc:derby:test;collate=blah';
      URL Attribute [collate=blah]
      Attribute is unknown to Derby.

      Reason:

      The attributes traceFileAppend, traceDirectory, traceFile,
      traceLevel, collate and ssl are defined in
      org.apache.derby.shared.common.reference.Attribute.java
      and not in org.apache.derby.iapi.reference.Attribute.java

      and ij does reflection of the latter.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              bernt Bernt Johnsen
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: