We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I have strange result normalization issue.
column value: 770 => value in dibiResult is "770" (string) column value: 771 => value in dibiResult is 771 (float) driver: mysqli
Is it bug or i'm doing something wrong? Tested by simple fluent interface query.
The text was updated successfully, but these errors were encountered:
129b725
Result: fixed normalization of float when ends with "0" [Closes #189]
4ae4f49
e7ae3fe
# Conflicts: # tests/dibi/DibiResult.normalize.phpt
ee5f1dd
407a6f7
No branches or pull requests
Hi, I have strange result normalization issue.
column value: 770 => value in dibiResult is "770" (string)
column value: 771 => value in dibiResult is 771 (float)
driver: mysqli
Is it bug or i'm doing something wrong? Tested by simple fluent interface query.
The text was updated successfully, but these errors were encountered: