| Summary: | DBWS: Need support for mixing PL/SQL and advanced JDBC args in a stored proc/func within a package | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | David McCann <david.mccann> |
| Component: | Eclipselink | Assignee: | David McCann <david.mccann> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | michael.norman |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Attachments: | |||
|
Description
David McCann
Created attachment 208195 [details]
Proposed fix for mixing VArray and indexed tables
Created attachment 208288 [details]
Supporting tests for mixing VArray and indexed tables
Checked in fix part#1, which adds support for mixing VArray and Indexed table types as arguments. Revision: 10547 Reviewed by: michael.norman@oracle.com Tests: all DBWS, MOXY and SDO unit tests pass as expected; core SRG and LRG tests pass; ComplexPLSQLSFTestSuite & ComplexPLSQLSPTestSuite were added Created attachment 208455 [details]
Proposed fix for mixing ObjectTypes and indexed tables
Created attachment 208456 [details]
Supporting tests for mixing ObjectType and indexed tables
Also contains more testing of mixed IN args, i.e. ObjectType + VArray, ObjectType + PL/SQL Collection, etc.
Checked in fix part#1, which adds support for mixing ObjectType and Indexed table types as arguments. Revision: 10577 Reviewed by: michael.norman@oracle.com Tests: all DBWS, MOXY and SDO unit tests pass as expected; core SRG and LRG tests pass; ComplexPLSQLSFTestSuite & ComplexPLSQLSPTestSuite were modified Checked in fix part#2, which adds support for mixing ObjectType and Indexed table types as arguments. Revision: 10577 Reviewed by: michael.norman@oracle.com Tests: all DBWS, MOXY and SDO unit tests pass as expected; core SRG and LRG tests pass; ComplexPLSQLSFTestSuite & ComplexPLSQLSPTestSuite were modified IGNORE THIS - see 'fix part#2' below (In reply to comment #6) > Checked in fix part#1, which adds support for mixing ObjectType and Indexed > table > types as arguments. Revision: 10577 > > Reviewed by: michael.norman@oracle.com > > Tests: all DBWS, MOXY and SDO unit tests pass as expected; core SRG and LRG > tests pass; ComplexPLSQLSFTestSuite & ComplexPLSQLSPTestSuite were modified Created attachment 208563 [details]
Proposed fix for mixing ObjectTables and PL/SQL types.
Created attachment 208564 [details]
Supporting tests for mixing ObjectTable types and PL/SQL types
Created attachment 208698 [details]
Proposed fix for ObjectTypes with VArray attribute.
CustomerType has VArray, VarChar2 and ObjectType attributes. The ObjectType attribute has a nested ObjectType as well (CustomerType -> ContactType -> PhoneType)
Created attachment 208699 [details]
Supporting tests for ObjectTypes containing VArray attributes.
Current support: - indexed table + varray - object type + indexed table - pl/sql record + varay - pl/sql record + indexed table - object type table + pl/sql record - object type table + indexed table Closing as fixed. The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |