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

Fix PHP notice on Statement.php #28

Merged
merged 1 commit into from
Oct 16, 2018

Conversation

sandrogriebeler
Copy link
Contributor

When using \PDO::CASE_LOWER to fetch results, the $case variable was out of scope, so a notice was being generated.

@taq
Copy link
Owner

taq commented Oct 16, 2018

Hey, thanks! I presume you didn't run the tests because when I did I got to make some fixes because of the PHPUnit new versions (and a lot of other stuff installing oci8 again, jeez, these things are still complicated!) so I make a new commit fixing the tests and will merge your changes. Thanks!

@taq taq merged commit 45d2cb5 into taq:master Oct 16, 2018
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.

3 participants