There is no difference between converting null to NaN or 0.d. It is still converting no value to some value right?
On October 31, 2016 at 11:40:52, Otto Fowler ([email protected]) wrote: @Test(expected = ParseException.class) > public void testMissingVariables() { > String query = "1 + cannot + add + missing + variables"; > run(query, new HashMap<>()); > }
