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

Fixes for Array bindings #43

Merged
merged 2 commits into from
Jun 24, 2017
Merged

Fixes for Array bindings #43

merged 2 commits into from
Jun 24, 2017

Conversation

fairchilly
Copy link
Contributor

Function displayBindings was showing an Array to String conversion error if a binding was an array, so I added logic to catch such bindings.

The call to bindArray was also throwing an error as $maxLength defaulted to -1, but the call to oci_bind_array_by_name within bindArray needs an array length parameter greater than zero.

@yajra yajra merged commit 5dbca3e into yajra:1.0 Jun 24, 2017
@yajra
Copy link
Owner

yajra commented Jun 24, 2017

Looks good! Released on v1.3.2. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants