Skip to content

3.0.0 Attach and Detach 馃憜馃憞

Choose a tag to compare

@feO2x feO2x released this 27 Jun 12:20
· 19 commits to main since this release

Synntech.MsSqlServer 3.0.0

  • breaking change: introduced new optional parameters to TryCreateDatabaseAsync, TryDropDatabaseAsync, and DropAndCreateDatabaseAsync. These methods now perform retries when they cannot be executed successfully (up to 3 times, 750ms delay between retries).
  • breaking change: the DatabaseName structure now allows non-standard names that must be escaped with brackets. Use DatabaseName.Identifier to get the escaped name, the normal ToString method returns the raw database name.
  • new feature: added DetachDatabaseAsync and AttachDatabaseAsync