[ http://issues.apache.org/jira/browse/DERBY-1282?page=all ]

Dyre Tjeldvoll updated DERBY-1282:
----------------------------------

    Attachment: derby-1282.v1.diff
                derby-1282.v1.stat
                derbyall_report.v1.txt

Attaching a patch (v1) for this issue. Some comments:

1) The patch is preliminary, in the sense that it is known that the spec will 
change for these methods.

2) The kludgy int -> String coercion is mandated by the current spec, but will 
change later.

3) The new files with the *40 extension do not contain 1.[56] specific code, 
but they will in a later version of the spec (failedProperties_ will become a 
map<String,enum>).

4) The FailedProperties40 helper class is needed in both embedded and client, 
but since we currently don't have a system for sharing such classes they need 
to be kept in sync manually. It is not ideal, but what can you do...?

5) Ran ConnectionTest.junit, ClosedObjectTest.junit and jdbc40 in embedded and 
DerbyNetClient. (ConnectionTest still fails on createQueryObject, but that will 
be fixed by another patch?) Also ran derbyall with java 1.5 with one seemingly 
unrelated failure (closed.java)

Please review.
(Note to committers: The two new files need to have svn:eol-style set)

> Finish client info api for JDBC4. Compliance task.
> --------------------------------------------------
>
>          Key: DERBY-1282
>          URL: http://issues.apache.org/jira/browse/DERBY-1282
>      Project: Derby
>         Type: Improvement

>   Components: JDBC
>     Versions: 10.2.0.0
>     Reporter: Rick Hillegas
>     Assignee: Dyre Tjeldvoll
>      Fix For: 10.2.0.0
>  Attachments: derby-1282.v1.diff, derby-1282.v1.stat, derbyall_report.v1.txt
>
> - The following java.sql.Connection methods need to be finished:
>   * getClientInfo()
>   * getClientInfo(java.lang.String)
>   * setClientInfo(java.lang.String,java.lang.String)

-- 
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

Reply via email to