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

[2.0] Adding support for PDO::ATTR_STATEMENT_CLASS #70

Merged
merged 5 commits into from
Sep 4, 2019

Conversation

istaveren
Copy link
Contributor

The suggested fix for #69

@yajra yajra changed the base branch from 1.0 to master September 4, 2019 07:03
@yajra yajra changed the title Adding support for PDO::ATTR_STATEMENT_CLASS [2.0] Adding support for PDO::ATTR_STATEMENT_CLASS Sep 4, 2019
@yajra
Copy link
Owner

yajra commented Sep 4, 2019

Looks good but introduces a breaking change.

Anyways, just in time for v2 of the package so it's good to go :). Thanks a lot!

@yajra yajra merged commit bad502e into yajra:master Sep 4, 2019
@yajra
Copy link
Owner

yajra commented Sep 4, 2019

Okay, after testing again after merge. It seems like this broke the implementation of PDO::PARAM_STMT.

I removed the v2 tag I released while digging the issue.

Failing codes for ref:

https://github.com/yajra/laravel-oci8/blob/master/tests/Functional/ProceduresAndFunctionsTest.php#L130

https://github.com/yajra/laravel-oci8/blob/master/src/Oci8/Oci8Connection.php#L277

yajra added a commit that referenced this pull request Sep 4, 2019
@yajra
Copy link
Owner

yajra commented Sep 4, 2019

Sorry had to revert this as it fails the code ref above. Please submit another PR if you can that does not break that implementation or do you have any suggestions on he we can fix it? Thanks a lot.

This pull request was closed.
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