we are trying to update npgsql from version 7.0 to a newer version in our legacy software that still relies on NpgsqlDataAdapter, but we have come across two problems, that prevents us from updating.
Does MySqlConnector currently support batch update operations similar to how it handles batch inserts performance wise (re: #1124)? For example, the code below could be used to generate a batch of ...