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
I'm trying to follow the solution from #72 (comment).
There are 3 columns of type timestamptz. 2 of them work fine, but one of them gets infered as type string instead of date.
This happens because the first row has value null in that column.
How should I proceed? Is there any way to force the type inferred by sql.array(...)?
The text was updated successfully, but these errors were encountered:
sql.array should not be necessary since v3. What happens if you pass the array directly instead? If that's still an issue the change in this PR might help #392
I'm trying to follow the solution from #72 (comment).
There are 3 columns of type timestamptz. 2 of them work fine, but one of them gets infered as type string instead of date.
This happens because the first row has value null in that column.
How should I proceed? Is there any way to force the type inferred by sql.array(...)?
The text was updated successfully, but these errors were encountered: