PHP-MySQLi-Database-Class
PHP-MySQLi-Database-Class copied to clipboard
insertMulti with on duplicate key update
Insert with on duplicate key update work only with one insert ($db->insert) and not work with multiple insert ($db->insertMulti)
insertMulti calls multiple times insert, and thus leads to reset, losing the setQueryOption or onDuplicate options.
Any update on this? This is definitely something useful and should be fixed.