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

Compare two floats column incorrect #46

Closed
darkvovich opened this issue Nov 18, 2021 · 2 comments
Closed

Compare two floats column incorrect #46

darkvovich opened this issue Nov 18, 2021 · 2 comments

Comments

@darkvovich
Copy link

Status Sum (float) Paid (float)
0 115627 115627
$whereArr = [];
$whereArr['status] = 0;
$whereArr[] = "paid > 0 AND paid >= sum";
$query = $db->orders->select()->whereEquals($whereArr)->get();

This example of compare two float fields return empty.

@oscarotero
Copy link
Owner

This is not a problem of simple-crud, but something related with mysql.
See this issue: https://stackoverflow.com/questions/2567434/mysql-floating-point-comparison-issues
Perhaps, instead of float you should use decimal for these fields.

@darkvovich
Copy link
Author

Thx

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

No branches or pull requests

2 participants