FaaPz / PDO

Just another PDO database library
MIT License
316 stars 103 forks source link

INSERT IGNORE #68

Closed Oreolek closed 5 years ago

Oreolek commented 7 years ago

I'd like an ability to modify the command to INSERT IGNORE.

kwhat commented 5 years ago

I think we can support this just like select distinct. I will add it to 2.x dev.

kwhat commented 5 years ago

I should probably also add support for replace.

kwhat commented 5 years ago

This is now fully functional in 2.x.