P3 icon indicating copy to clipboard operation
P3 copied to clipboard

Reading NaN values

Open svenvc opened this issue 8 months ago • 1 comments

As reported by Joseph Bore:

I have a minor issue with reading nan’s using p3. I have a table with a numeric column. Some of the values are NaN’s in the db. When I try to query that data using P3 I get an exception while it’s trying to parse that value. Is it expected to be able to read those nan values?

svenvc avatar Jun 18 '25 10:06 svenvc

The standard Smalltalk number parser does not seen to handle 'NaN', so we will probably need a guard.

svenvc avatar Jun 18 '25 10:06 svenvc