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.
BREAKING CHANGES: For users still on .NET Framework, values that were previously automatically outputted due to data annotations (DatabaseGeneratedOption.Computed and DatabaseGeneratedOption.Identity) are no longer outputted by default. This behavior can be re-enabled using the EnableAutoMapOutput option. This new option also works for users on .NET Core / .NET 5+.