Skip to content

Add INSERT IGNORE support to Query Builder #9612

@gephaest

Description

@gephaest

It would be very useful to have ability to use IGNORE statement like this
DB::connection('foo')->table('bar')->insert($rows)->ignore();

For additional details check MySQL docs: http://dev.mysql.com/doc/refman/5.6/en/insert.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions