You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Postgres' money type should be handled as a string.
The money type contains effectively arbitrary string content before the
numbers. Treating this data as a float results in 0.0 for all amounts
which is annoying. By handling this type as a string we can give the
developer the data they would see in pgadmin.
Refs #6193
0 commit comments