Skip to content

Implement insertOrIgnore #772

@nmalcolm

Description

@nmalcolm

Summary of problem or feature request

Oracle doesn't support a syntax such as INSERT IGNORE but since 11g there's a ignore_row_on_dupkey_index hint. I've tried to implement it myself but the comment seems to get stripped. There's also MERGE which might be useful here.

https://stackoverflow.com/questions/9332360/oracle-equivalent-to-mysql-insert-ignore

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions