Link Search Menu Expand Document

Releases for RepoDb.MySqlConnector


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

RepoDb.MySqlConnector (v1.13.1)

  • Upgraded the MySqlConnector package to 2.2.5.
  • Referenced the RepoDb package v1.13.1.

RepoDb.MySqlConnector (v1.13.1-alpha1)

  • Enabled the net7.0 TFM.

RepoDB.MySqlConnector (v1.13.0)

  • Referenced the RepoDb package v1.13.0.

RepoDB.MySqlConnector (v1.13.0-beta1)

  • Referenced the RepoDb package v1.13.0-beta1.

RepoDB.MySqlConnector (v1.13.0-alpha2)

  • Referenced the RepoDb package v1.13.0-alpha2.

RepoDB.MySqlConnector (v1.13.0-alpha1)

  • Referenced the RepoDb package v1.13.0.
  • Upgraded the MySqlConnector package to 2.1.13.

RepoDb.MySqlConnector (v1.1.5)

  • Upgraded the MySqlConnector package to 2.1.6.
  • 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.MySqlConnector (v1.1.4)

  • Upgraded the MySqlConnector package to v1.3.12.
  • Upgraded the RepoDb package to v1.12.8-beta5.
  • Added the net5.0 as part of the target frameworks.
  • Enhancement: Added the MySqlDbTypeAttribute attribute. #884
  • Enhancement: Deprecated the MySqlConnectorTypeMapAttribute attribute.
  • Enhancement: Moved the MySqlConnectorDbSetting to RepoDb.DbSettings namespace.
  • Enhancement: Add the attribute-based parameter setters for the DbParameter object. #886
  • Bug: Exception on Merge (PostgreSQL) #776. RELATED
  • Wrong ordinal for Nullable filed information in MySqlConnectorDbHelper.ReaderToDbFieldAsync #780

RepoDb.MySqlConnector (v1.1.4-beta2)

RepoDb.MySqlConnector (v1.1.4-beta1)

  • Bug: Exception on Merge (PostgreSQL) #776. RELATED
  • Wrong ordinal for Nullable filed information in MySqlConnectorDbHelper.ReaderToDbFieldAsync #780

RepoDb.MySqlConnector (v1.1.3)

RepoDb.MySqlConnector (v1.1.2)

RepoDb.MySqlConnector (v1.1.1)

RepoDb.MySqlConnector (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.MySqlConnector (v1.1.0-beta2)

RepoDb.MySqlConnector (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.MySqlConnector (v1.0.4)

  • 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().

RepoDb.MySqlConnector (v1.0.3)

RepoDb.MySqlConnector (v1.0.2)

RepoDb.MySqlConnector (v1.0.1)

RepoDb.MySqlConnector (v1.0.0)

  • Initial release to MySqlConnector. References (#446, Commits).
  • Added the extensive Unit Tests and Integration Tests for MySqlConnector.
  • Added the AppVeyor for MySqlConnector.