this post was submitted on 24 Sep 2023
8 points (100.0% liked)
Rust
7596 readers
12 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have never used sea-orm, but I wonder if
.on_conflictcould be used to simplify the code above?This is likely what OP will have to do. It actually looks like ANSI SQL now has merge, but you can scroll down a bit and see how each DB handles it slightly differently if you don't use merge.
I think I had that in a few attempts, I can't remember why I removed it. Thanks for pointing this out.