Skip to content

Release v2.4.2

Compare
Choose a tag to compare
@cajuncoding cajuncoding released this 28 Mar 02:26
· 12 commits to main since this release
  • Add Support to manually control if Materialized Loading tables are cleaned-up/removed when using SchemaCopyMode.OutsideTransactionAvoidSchemaLocks via materializeDataContext.DisableMaterializedStagingTableCleanup().
    • Always enabled by default and throws an InvalidOperationException if if SchemaCopyMode.InsideTransactionAllowSchemaLocks is used.
    • This provides support for advanced debugging and control flow support.
  • Improved SqlBulkHelpers Configuration API to now provide Clone() and Configure() methods to more easily copy/clone existing configuration and change values is specific instances; including copy/clone of the Defaults for unique execuctions.