Link Search Menu Expand Document

Releases for RepoDb.MySql


View the NuGet package here or download it directly here.

RepoDb.MySql (v1.14.0)

New

  • Added support for .NET 8, .NET 9, and .NET 10 target frameworks.
  • Referenced the RepoDb package v1.14.0.

Breaking

  • Dropped support for .NET 6 and .NET 7.

RepoDb.MySql (v1.13.1)

  • Upgraded the MySql.Data package to 8.0.32.1.
  • Referenced the RepoDb package v1.13.1.

RepoDb.MySql (v1.13.1-alpha1)

  • Enabled the net7.0 TFM.

RepoDB.MySql (v1.13.0)

  • Referenced the RepoDb package v1.13.0.
  • Upgraded the MySql.Data package to 8.0.31.

RepoDB.MySql (v1.13.0-beta1)

  • Referenced the RepoDb package v1.13.0-beta1.
  • Upgraded the MySql.Data package to 8.0.31.

RepoDB.MySql (v1.13.0-alpha2)

  • Referenced the RepoDb package v1.13.0-alpha2.

RepoDB.MySql (v1.13.0-alpha1)

  • Referenced the RepoDb package v1.13.0-alpha1.

RepoDb.MySql (v1.1.6)

  • Upgraded the MySql.Data package to 8.0.28.
  • Question: why to order by a field, it needs to be in the select? #963
  • Supported the .NET v6.0.
  • Added the Title and PackageTags tags in the Nuget Package (.nuspec references).
  • Bug: Dot in schema name #1015
  • Referenced the RepoDb package v1.12.10.

RepoDb.MySql (v1.1.5)

  • Added the net5.0 as part of the target frameworks.
  • Upgraded the RepoDb package to v1.12.8-beta5.
  • Bug: Exception on Merge (PostgreSQL) #776. RELATED
  • Enhancement: Added the MySqlDbTypeAttribute attribute. #884
  • Enhancement: Deprecated the MySqlTypeMapAttribute attribute.
  • Enhancement: Moved the MySqlDbSetting to RepoDb.DbSettings namespace.
  • Enhancement: Add the attribute-based parameter setters for the DbParameter object. #886

RepoDb.MySql (v1.1.5-beta1)

  • Added the net5.0 as part of the target frameworks.
  • Upgraded the RepoDb package to v1.12.8-beta5.
  • Bug: Exception on Merge (PostgreSQL) #776. RELATED
  • Enhancement: Added the MySqlDbTypeAttribute attribute. #884
  • Enhancement: Deprecated the MySqlTypeMapAttribute attribute.
  • Enhancement: Moved the MySqlDbSetting to RepoDb.DbSettings namespace.
  • Enhancement: Add the attribute-based parameter setters for the DbParameter object. #886

RepoDb.MySql (v1.1.4)

RepoDb.MySql (v1.1.3)

RepoDb.MySql (v1.1.2)

  • Fixed the failing calls to the ReaderToDbFieldAsync method of the MySqlDbHelper object.
  • Referenced the version RepoDb.Core (v1.12.5).

RepoDb.MySql (v1.1.1)

RepoDb.MySql (v1.1.0)

  • Added complete F# support. Thanks to Isaac Abraham and Angel Munoz for their collaboration.
  • 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, resolving F# anonymous invocations.
  • Breaking: Renamed argument whereOrPrimaryKey to what.
  • Enhancement: Complete support for immutable classes and types.
  • Refactoring: Simplified compiler implementations from monolithic to smaller, cleaner code.
  • Feature: Introduced support for the Class Handler.
  • Test: Expanded Integration Test and Unit Test coverage.
  • Referenced the version RepoDb.Core (v1.12.0).

RepoDb.MySql (v1.1.0-beta2)

RepoDb.MySql (v1.1.0-beta1)

  • Added complete F# support. Thanks to Isaac Abraham and Angel Munoz for their collaboration.
  • 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, resolving F# anonymous invocations.
  • Breaking: Renamed argument whereOrPrimaryKey to what.
  • Enhancement: Complete support for immutable classes and types.
  • Refactoring: Simplified compiler implementations from monolithic to smaller, cleaner code.
  • Feature: Introduced support for the Class Handler.
  • Test: Expanded Integration Test and Unit Test coverage.
  • Referenced the version RepoDb.Core (v1.12.0-beta1).

RepoDb.MySql (v1.0.15)

  • 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().
  • Upgraded the driver version of MySql.Data to v8.0.21

RepoDb.MySql (v1.0.14)

RepoDb.MySql (v1.0.13)

RepoDb.MySql (v1.0.12)

RepoDb.MySql (v1.0.11)

RepoDb.MySql (v1.0.10)

RepoDb.MySql (v1.0.10-beta1)

RepoDb.MySql (v1.0.9)

RepoDb.MySql (v1.0.8)

RepoDb.MySql (v1.0.7)

  • Referenced the version RepoDb.Core (v1.10.10).

RepoDb.MySql (v1.0.6)

  • Feature: Introduce MySql support to MySqlDbType via MySqlTypeMapAttribute attribute.

RepoDb.MySql (v1.0.5)

  • Referenced the version RepoDB v1.10.6.

RepoDb.MySql (v1.0.4)

  • Referenced the version RepoDB v1.10.5.

RepoDb.MySql (v1.0.3)

  • Referenced the updated version of RepoDB core library (v1.10.4).
  • Error: Invalid expression. The property Id is not defined on a target type. #364

RepoDB (v1.10.3-beta1)

  • Referenced the updated version of RepoDB core library (v1.10.4-beta1).

RepoDb.MySql (v1.0.2)

  • Referenced the updated version of RepoDB core library (v1.10.3).

RepoDb.MySql(v1.0.1)

  • Referenced the updated version of RepoDB core library (v1.10.2).

RepoDb.MySql (v1.0.1-beta1)

  • Bug: Primary field not found when the primary key column name differs from the Primary attribute property name during Connection.Update. #356

RepoDb.MySql (v1.0.0)

  • Initial release of RepoDb.MySql.