You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGES:MySqlBulkCopy is now used by our library when AllowLoadLocalInfile=True is set in the connection string (specific to providers using MySqlConnector).
BREAKING CHANGES:BulkMerge now uses INSERT DEFAULT VALUES when no column to insert is specified (specific to SQL Server). You can ignore the insert part by setting IgnoreOnMergeInsert = true.