[ https://issues.apache.org/jira/browse/DERBY-2696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lily Wei updated DERBY-2696:
----------------------------
Urgency: Normal
Labels: derby_triage10_8 (was: )
> ij reports "Attribute is unknown to Derby" on collate, ssl and some other new attributes.
> -----------------------------------------------------------------------------------------
>
> Key: DERBY-2696
> URL: https://issues.apache.org/jira/browse/DERBY-2696
> Project: Derby
> Issue Type: Bug
> Components: Tools
> Affects Versions: 10.3.1.4
> Reporter: Bernt M. Johnsen
> Labels: derby_triage10_8
>
> 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.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|