darkredz/Zeko-SQL-Builder

Support for INSERT ON DUPLICATE KEY / INSERT IGNORE

Closed this issue · 1 comments

Hello,

Is there any planned support for INSERT ... ON DUPLICATE KEY IGNORE / UPDATE using the query builder? Or am I missing something in the docs?

Also, thank you for making this great library.

It's available in v1.4.0 with onDuplicateUpdate() and insert() methods
check out example at

it("should match insert...on duplicate key update parameterized sql when passing Query object") {