Community
Participate
Working Groups
We currently don't have support for any of the PL/SQL 'scalar' argument types, including: - BinaryInteger - Dec - Int - Natural - NaturalN - PLSQLBoolean - PLSQLInteger - Positive - PositiveN - SignType
Created attachment 206807 [details] Potential fix (w/tests) for PLSQLBoolean
Fix for PLSQLBoolean types checked in (rev. 10364) Reviewed by: michael.norman@oracle.com Tests: TopLevelSimplePLSQLSPTestSuite; all unit tests pass as expected
Created attachment 209147 [details] Proposed fix part#2. Contains support for PLS_INTEGER, BINARY_INTEGER, NATURAL, POSITIVE.
Created attachment 209148 [details] Supporting test cases for part# 2 Contains updated test case to cover PLS_INTEGER, BINARY_INTEGER, NATURAL, POSITIVE.
Created attachment 209150 [details] Supporting tests part#2 v2. Uncommented SIGN_TYPE test.
Fix part# 2 checked in. Now support the following: - BINARY_INTEGER_TYPE - BOOLEAN_TYPE - NATURAL_TYPE - PLS_INTEGER_TYPE - POSITIVE_TYPE - SIGN_TYPE Reviewed by: micheal.norman@oracle.com Tests: TopLevelSimplePLSQLSPTestSuite; all unit tests pass as expected Revision: 1664
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink