Seems there is an issue with dividends where duplicate records are being ignored
For instance, if in a dividend an address is paid out the exact amount, dogeparty handles it correctly by creating a separate record for each payout

However, when this data is then used in counterparty2mysql the INSERT ON DUPLICATE KEY logic treats the record as a duplicate and only creates ONE record instead of multiple... this is resulting in some dividend credits not showing up properly in the database.... this is only an issue in counterparty2mysql and not an issue in counterparty sqlite database.

Seems there is an issue with dividends where duplicate records are being ignored
For instance, if in a dividend an address is paid out the exact amount, dogeparty handles it correctly by creating a separate record for each payout

However, when this data is then used in counterparty2mysql the INSERT ON DUPLICATE KEY logic treats the record as a duplicate and only creates ONE record instead of multiple... this is resulting in some dividend credits not showing up properly in the database.... this is only an issue in counterparty2mysql and not an issue in counterparty sqlite database.
