ifsnop / mysqldump-php

PHP version of mysqldump cli that comes with MySQL
https://github.com/ifsnop/mysqldump-php
GNU General Public License v3.0
1.25k stars 300 forks source link

Add "replace" option with ON DUPLICATE KEY UPDATE #234

Open swaibar opened 3 years ago

swaibar commented 3 years ago

Using the primary key(s) allow replace duplicate records, this is currently only tested in a non-versioned copy so I've put the changes here for your consideration.