Support for INSERT ON DUPLICATE KEY / INSERT IGNORE
Closed this issue · 1 comments
dfontenot commented
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.
darkredz commented
It's available in v1.4.0 with onDuplicateUpdate() and insert() methods
check out example at