Insert Null Values #734
Answered
by
tyt2y3
cloud303-cholden
asked this question in
Q&A
-
Is it possible to insert null values? I saw in #100 that it might not be supported. I'm hoping to use sea-query with sqlx. |
Beta Was this translation helpful? Give feedback.
Answered by
tyt2y3
Jan 6, 2024
Replies: 1 comment 4 replies
-
Just a quick note, |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
cloud303-cholden
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just a quick note,
Value
's definition has since been changed toDecimal(Option<Box<Decimal>>)
, so every variant is nullable.Checkout the sqlx examples too! https://github.com/SeaQL/sea-query/tree/master/examples/sqlx_mysql