Skip to content

Fix floating point type (#20)#25

Open
krzyc wants to merge 2 commits into
majkel89:masterfrom
krzyc:fix-float
Open

Fix floating point type (#20)#25
krzyc wants to merge 2 commits into
majkel89:masterfrom
krzyc:fix-float

Conversation

@krzyc

@krzyc krzyc commented Dec 12, 2019

Copy link
Copy Markdown

Float fields are truncated. Fixes #20.

@njt1982

njt1982 commented Jul 7, 2021

Copy link
Copy Markdown

This seem to have worked for me...

 org\majkel\dbase\field\NumericField Object
                (
                    [name:protected] => S_XXXX
                    [length:protected] => 9
                    [decimalCount:protected] => 0
                    [load:protected] => 1
                    [filters:protected] => Array
                        (
                        )

                )

vs

 org\majkel\dbase\field\NumericField Object
                (
                    [name:protected] => S_XXXX
                    [length:protected] => 9
                    [decimalCount:protected] => 2
                    [load:protected] => 1
                    [filters:protected] => Array
                        (
                        )

                )

@jan-ccd

jan-ccd commented Aug 15, 2021

Copy link
Copy Markdown

Hey, Is there any chance getting this PR merged?
It would be super useful for me.

@krzyc

krzyc commented Aug 16, 2021

Copy link
Copy Markdown
Author

@majkel89 If some action is needed before merging this PR please let me know.

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

Successfully merging this pull request may close these issues.

Float numbers truncated

3 participants