-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Wrong return type in BitColumnSchema::phpTypecast #369
Comments
Need to add another column class for big |
It's no problem with |
If simply add |
Should |
I don't think it's necessary. There is no problem if we know only |
Good afternoon. In
BitColumnSchema::phpTypecast
there is an error in the returned type. As you can see from the documentation, thebindec
function can return int|float, whilephpTypecast
int|null.In my case, it is a field of type
bit varying
with the following content for exaple1100000100011100100110001011000010100000001011001101111011100000
(p-hash images to find duplicates). And on the output I need a string in the same form. Maybe for this type it is not necessary to convert the type to a decimal number. ThanksThe text was updated successfully, but these errors were encountered: