``` double test = 3.33; point.addField("value", test); ``` and ``` point.addField("value", "test"); ``` don't work. ``` int32_t test = 10; point.addField("value", test); ``` Does work and I see the data in the db.