Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to stored_procedure with oracle #3704

Closed
wants to merge 1 commit into from

Conversation

mariofertc
Copy link

We had a trouble with the stored procedure, first the function was
strict with the package name, with this implementation the package is
optional, and the second is that the bind_by_name was failt, because it
was assigning two ids of connection, one time at binding and other when
the query excecute.

We had a trouble with the stored procedure, first the function was
strict with the package name, with this implementation the package is
optional, and the second is that the bind_by_name was failt, because it
was assigning two ids of connection, one time at binding and other when
the query excecute.
narfbg added a commit that referenced this pull request Jul 17, 2015
@narfbg
Copy link
Contributor

narfbg commented Jul 17, 2015

I just pushed a bugfix for the binding bug (you can see the commit linked above). Yours was based on CI2 and because of that, it actually made more breaks.

However, the package parameter is a larger issue than it seems and allowing an empty string to be passed would be a band-aid on a bullet wound. See #3981 for more details.

@narfbg narfbg closed this Jul 17, 2015
@narfbg narfbg added the Bug label Aug 14, 2015
@narfbg narfbg added this to the 3.0.1 milestone Aug 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants