rzo1 opened a new pull request, #184:
URL: https://github.com/apache/openjpa/pull/184

   Stored procedure parameters are now looked up with `containsKey`, so a named 
parameter bound to null is no longer replaced by the value registered under its 
position. The parameter array is now indexed by position, so an IN parameter 
that follows an OUT parameter gets bound instead of being silently skipped. New 
tests in `TestStoredProcedureQueryFixes` cover both cases.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to