[ http://issues.apache.org/jira/browse/DERBY-1093?page=all ]
Knut Anders Hatlen resolved DERBY-1093:
---------------------------------------
Resolution: Fixed
Committed revision 395877.
Dyre, if you haven't already done so, could you please file a JIRA issue for the ODBC rewriting?
Thanks.
The JDBC 4.0 tests and the upgrade test ran cleanly. One failure in derbyall, but it looks
like a timing issue which I don't think is related to the patch.
Diff from the failing test:
********* Diff file derbyall/storeall/storemore/onlineBackupTest4.diff
*** Start: onlineBackupTest4 jdk1.5.0_04 storeall:storemore 2006-04-21 13:22:59
***
72a73,76
> 509 |derby backup/compress test
&
> 510 |derby backup/compress test
&
> 511 |derby backup/compress test
&
> 512 |derby backup/compress test
&
74,77d77
< 509 |derby backup/compress test
&
< 510 |derby backup/compress test
&
< 511 |derby backup/compress test
&
< 512 |derby backup/compress test
&
Test Failed.
*** End: onlineBackupTest4 jdk1.5.0_04 storeall:storemore 2006-04-21 13:23:05
> Make DatabaseMetaData.getProcedures() JDBC4 compliant
> -----------------------------------------------------
>
> Key: DERBY-1093
> URL: http://issues.apache.org/jira/browse/DERBY-1093
> Project: Derby
> Type: Sub-task
> Components: JDBC, Newcomer
> Versions: 10.2.0.0
> Reporter: Dyre Tjeldvoll
> Assignee: Dyre Tjeldvoll
> Priority: Minor
> Fix For: 10.2.0.0
> Attachments: derby-1093.v1.diff, derby-1093.v1.stat, derby-1093.v2.diff, derby-1093.v2.stat,
derbyall_report.txt, derbyall_report.v2.txt, upgrade.txt
>
> JDBC 4.0 requires that the result set returned from getProcedures must contain a new
column SPECIFIC_NAME"and that the result set must be ordered by
> PROCEDURE_SCHEM, PROCEDURE_NAME and SPECIFIC_ NAME.
> The SYSALIASES table already has a column called SPECIFICNAME, so it should only be necessary
to modify the query in metadata.properties.
--
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
|