Skip to content

2.0.1

Choose a tag to compare

@codemasher codemasher released this 29 Jan 20:52
  • added mysql INSERT IGNORE / REPLACE and postgres INSERT ... ON CONFLICT
    • Insert::into(string $table, string $on_conflict = <REPLACE, IGNORE>, string $conflict_target = <column>)