P3
P3 copied to clipboard
Reading NaN values
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?
The standard Smalltalk number parser does not seen to handle 'NaN', so we will probably need a guard.