nette/database

ResultSet: normalize float (1.234E+02) returns string

Closed this issue · 2 comments

Hi,
I have field marked as NUMBER, but the value of this field is in format eg 1.234E+02.

Problem is here: https://github.com/nette/database/blob/master/src/Database/ResultSet.php#L168

dg commented

Could you explain it more?

It is not related to Nette original library, the bug is just in my fork.