inserted +inf instead of the real value?
My value is float64, the row type is real, so it should fit. Before the insert statement I log the value and it's good there. Just after the insertion it's +inf in the database.
And I have to add, this only happens for some insertions, most of them are working, that's the strange part.
+inf is a positive infinity number, try using a different data type, like float or double and avoid real for the column.
Обсуждают сегодня