Casting to money is lossy and too eager #4276
Labels
ready
Ready for implementation
restricted: maintainers
Only maintainers can resolve this issue
type: bug
work: backend
Related to Python, Django, and simple SQL
Milestone
Create table via import
Copy and paste text, choosing any of the following text snippets:
Expect the column to be text.
Instead, observe that it's inferred as Money.
This is bad because information is lost when the import is confirmed.
I was able to reproduce this on 0.2.0 and 0.1.7, so I don't think it's a regression
The text was updated successfully, but these errors were encountered: