-
Notifications
You must be signed in to change notification settings - Fork 44
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
bccomp() type error on certain MySQL column types #45
Comments
Somehow fixed by setting |
This seems a bug indeed. |
Hi, I had the same problem today. Otherwise we need to use CONVERT function or use GMP extension but I don't think it's included in PocketMine binaries files. |
However, there would be a problem, int casting is not possible. We must therefore transform the value into a float. |
unsigned longs? |
Describe the bug
Sample code
Expected behavior
record_id
is a unsigned bigint, the error didn't occur when no result is selectedEnvironment
OS: linux and idk other stuffs (Same result on Windows10)
PocketMine version: 3.14.2
Libasynql version: 3.3.1
The text was updated successfully, but these errors were encountered: