Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Add INSERT IGNORE support to Query Builder #1762

Closed
dunhamjared opened this issue Aug 8, 2019 · 0 comments · Fixed by laravel/framework#29639
Closed

Add INSERT IGNORE support to Query Builder #1762

dunhamjared opened this issue Aug 8, 2019 · 0 comments · Fixed by laravel/framework#29639

Comments

@dunhamjared
Copy link

Add the ability to use INSERT IGNORE in query builder.

Example:

DB::connection('foo')->table('bar')->insertIgnore($rows);

Related: laravel/framework#9612

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant