| Summary: | EclipseLink needs new query processing to handle optional arguments | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Mike Norman <michael.norman> | ||||
| Component: | Eclipselink | Assignee: | Nobody - feel free to take it <nobody> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | david.twelves | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 339909 | ||||||
| Attachments: |
|
||||||
|
Description
Mike Norman
Created attachment 193159 [details]
patch
SVN trunk pending commit: Bug#339905 - optional procedure arguments https://bugs.eclipse.org/bugs/show_bug.cgi?id=339905 http://wiki.eclipse.org/EclipseLink/DesignDocs/275156 Code review: Mike (pending) Changes: - Added tests for optional arguments and rec cursors to foundation PLSQL test model. - Added optional to JPA StoredProcedureParameter annotation and xml. - Added some @Overrides and micro optimizations. - Changed parameters in calls to List from Vector. - Added query and call support for specified nullable arguments to trigger reprepare of the query and be omitted from the statement. - Added JPA annotations and xml for PLSQL procedures and functions. - Added stored procedure and plsql procedure support for optional arguments. - Removed some dead code. - Added PLSQL JPA test model and tests. fixed The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |