In case of error:
PG :: Error: ERROR: numerical field overflow DETAILED DESCRIPTION: Field with accuracy 2, scale 2 must be rounded to an absolute value of less than 1
How to configure postgres or ruby โโ/ rails_4 pg library to tell me which field is causing the error? A clear error message would be:
PG :: Error: ERROR: numeric field overflow. Field "pressure", value "1111.12"
vzdor source share