How to perform multiple insert with Vec<Option<String>> #2878
Unanswered
finlaydotb
asked this question in
Q&A
Replies: 1 comment
-
Here is the answer, the type must be overriden #576 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to bulk insert some values using sqlx.
The problem now is some of these values can be null, so the types is
So when I construct the query like this
It fails with the following error
Any ideas how to do this?
Beta Was this translation helpful? Give feedback.
All reactions