Link Search Menu Expand Document

Releases for RepoDb.SqlServer


Please click here to see the actual Nuget package. Otherwise, please click here to download it.

RepoDb.SqlServer (v1.13.1)

  • Referenced the RepoDb package v1.13.1.

RepoDb.SqlServer (v1.13.1-alpha1)

  • Enabled the net7.0 TFM.

RepoDb.SqlServer (v1.13.0)

RepoDb.SqlServer (v1.13.0-beta1)

RepoDb.SqlServer (v1.13.0-alpha3)

  • Referenced the RepoDb package v1.13.0-alpha3.

RepoDb.SqlServer (v1.13.0-alpha2)

  • Referenced the RepoDb package v1.13.0-alpha2.

RepoDb.SqlServer (v1.13.0-alpha1)

RepoDb.SqlServer (v1.1.5)

RepoDb.SqlServer (v1.1.5-beta4)

RepoDb.SqlServer (v1.1.5-beta3)

  • Added the Title and PackageTags tags in the Nuget Package (.nuspec references).
  • Referenced the RepoDb package v1.12.10-beta3.

RepoDb.SqlServer (v1.1.5-beta2)

  • Enhancement: Remove System.Data.SqlClient reference from RepoDb.SqlServer #857
  • Removed both the MicrosoftSqlServerTypeMapAttribute and SystemSqlServerTypeMapAttribute attributes. Use the the SqlDbTypeAttribute attribute instead.
  • Upgraded the Microsoft.Data.SqlClient package to v3.0.1.
  • Upgraded the RepoDb package to v1.12.10-beta2.
  • Supported the .NET v6.0.

RepoDb.SqlServer (v1.1.5-beta1)

  • Enhancement: Remove System.Data.SqlClient reference from RepoDb.SqlServer #857 - this is a breaking changes
  • Removed both the MicrosoftSqlServerTypeMapAttribute and SystemSqlServerTypeMapAttribute attributes. Use the the SqlDbTypeAttribute attribute instead.
  • Upgraded the Microsoft.Data.SqlClient package to v3.0.1.
  • Supported the .NET v6.0.

RepoDb.SqlServer (v1.1.4)

RepoDb.SqlServer (v1.1.4-beta1)

RepoDb.SqlServer (v1.1.3)

RepoDb.SqlServer (v1.1.2)

RepoDb.SqlServer (v1.1.1)

RepoDb.SqlServer (v1.1.0)

  • Complete support to F# programming language as requested by the F# Community. Thank you to Isaac Abraham and Angel Munoz for being so collaborative.
  • Breaking: Introduced the fields argument to the fetch (i.e.: Query, ExecuteQuery and BatchQuery) and push (i.e.: Insert, Merge and Update) operations.
  • Breaking: Introduced the tableName argument to all entity based operations. This completely resolves the F# anonymous invocations.
  • Breaking: Renamed of argument whereOrPrimaryKey to what.
  • Enhacement: Complete support to the immutable classes and/or types.
  • Refactoring: Refactored the compiler implementations by simplifying the code from Monolithic to Smaller/Shorter/Cleaner code.
  • Feature: Introduced the support to the Class Handler.
  • Test: More coverage of Integration Tests and Unit Tests.
  • Referenced the version RepoDb.Core (v1.12.0).

RepoDb.SqlServer (v1.1.0-beta2)

RepoDb.SqlServer (v1.1.0-beta1)

  • Complete support to F# programming language as requested by the F# Community. Thank you to Isaac Abraham and Angel Munoz for being so collaborative.
  • Breaking: Introduced the fields argument to the fetch (i.e.: Query, ExecuteQuery and BatchQuery) and push (i.e.: Insert, Merge and Update) operations.
  • Breaking: Introduced the tableName argument to all entity based operations. This completely resolves the F# anonymous invocations.
  • Breaking: Renamed of argument whereOrPrimaryKey to what.
  • Enhacement: Complete support to the immutable classes and/or types.
  • Refactoring: Refactored the compiler implementations by simplifying the code from Monolithic to Smaller/Shorter/Cleaner code.
  • Feature: Introduced the support to the Class Handler.
  • Test: More coverage of Integration Tests and Unit Tests.
  • Referenced the version RepoDb.Core (v1.12.0-beta1).

RepoDb.SqlServer (v1.0.13)

  • Bug: NullReferenceException occurs when InsertAllAsync is executed on Connection that belongs to TransactionScope. #490
  • Enhancement: Remove the SchemaSeparator property from the IDbSetting interface #475
  • Enhancement: Refactor the usage of Count() and ElementAt().
  • Bug: RepoDB does not seem to work for SQL Server tables with dot in the name #492

RepoDb.SqlServer (v1.0.12)

RepoDb.SqlServer (v1.0.11)

RepoDb.SqlServer (v1.0.11-beta1)

  • Bug: table schema are ignored #456

RepoDb.SqlServer (v1.0.10)

RepoDb.SqlServer (v1.0.9)

RepoDb.SqlServer (v1.0.8)

RepoDb.SqlServer (v1.0.7)

  • Bug: Truncates string and bytes #423
  • Referenced the Microsoft.Data.SqlClient version 1.1.2.
  • Referenced the System.Data.SqlClient version 4.8.1.
  • Referenced the version RepoDb.Core (v1.11.0).

RepoDb.SqlServer (v1.0.6)

RepoDb.SqlServer (v1.0.5)

RepoDb.SqlServer (v1.0.4)

RepoDb.SqlServer (v1.0.3)

  • Feature: Introduce the SQL Server support to SqlParameter.SqlDbType via MicrosoftSqlServerTypeMapAttribute class (for Microsoft.Data.SqlClient) and SystemSqlServerTypeMapAttribute class (for System.Data.SqlClient).
  • Added more Unit Tests.

RepoDb.SqlServer (v1.0.2)

  • Resume the support to System.Data.SqlClient.

RepoDb.SqlServer(v1.0.1)

  • Initial release for RepoDb.SqlServer.

RepoDb.SqlServer (v1.0.0)

  • Initial release for RepoDb.SqlServer.