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

0 numeric value, return false #35

Closed
d3artagnan opened this issue Oct 5, 2016 · 1 comment
Closed

0 numeric value, return false #35

d3artagnan opened this issue Oct 5, 2016 · 1 comment

Comments

@d3artagnan
Copy link

Please check
public function getNum($columnName)

Record.php, line 224
if (!$s) { return false; }

When dbf column having zero value, $s will have "0"
then this code will return false

Is it supposed to return 0?

@gam6itko
Copy link
Collaborator

gam6itko commented Feb 9, 2020

fixed in #77

@gam6itko gam6itko closed this as completed Feb 9, 2020
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