You have DB::table()->upsert() and DB::table()->insertUsing, why do you not have DB::table()->upsertUsing? #46589
Unanswered
ParleyHammon
asked this question in
Ideas
Replies: 1 comment
-
There's a wip here : https://github.com/laravel/framework/pull/50305/files |
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.
-
I built my own upsertUsing function using your guy's code from DB::table()->upsert() and DB::table()->insertUsing because it's so useful to me.
Why does passing a subquery require a special function anyways? I should be able to pass a subquery anywhere I can pass in an expression for the most part
Beta Was this translation helpful? Give feedback.
All reactions