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
As of 48f30a2 this is now handled for JSON input. Adding support for CSV type guessing could also be done on a lower level, e.g. in the CSV file type importer (to keep it out of the database code). We may also want to make this conditional, e.g. with _type_guess=true and _types=int,int,float,varchar query parameters.
At the moment all column are strings. Want to support numbers etc. This would also address #25.
Two possible approaches (complementary) to setting types:
Item (2) is now #43. This issue is about option (1).
On way in all values are cast to column type and raise error if cannot cast correctly.
Question:
Why?
The text was updated successfully, but these errors were encountered: