fluentpdo
fluentpdo copied to clipboard
Add method $query->replaceInto();
Hello to everyone, I have a request. It is possible to add additional method like this
$query->replaceInto();
I don't find this in documentations.
Thank You in Advance Stefano
What is the method supposed to do?
This would be a MySQL-only feature. It's possible to add, however you can perform the same task with a DELETE
and INSERT
query combination.
We'll keep this here for if/when we add driver-specific support.