-
Notifications
You must be signed in to change notification settings - Fork 25
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
Breaking change in 3.1.1: type error in call to isBinary()
#64
Comments
Same problem here. We have many tests that set some column value to null. Now they all fail.
|
Same here
After running something like this
|
Please merge the fix: #63 |
Any chances of fixing this code? We've been waiting for it for too long, over a month is too much delay for a production-ready package introducing such a big backward compatibility change. |
The call to
$this->isBinary()
added in #48 broke a bunch of our tests that were passing float parameters with the following errorA fix might be to add an
is_string()
check before the attempt to call$this->isBinary()
.CC: @cybd @Arhell @Naktibalda
The text was updated successfully, but these errors were encountered: