Releases for RepoDb.MySqlConnector
View the NuGet package here or download it directly here.
RepoDb.MySqlConnector (v1.14.0)
New
- Added support for .NET 8, .NET 9, and .NET 10 target frameworks.
- Referenced the
RepoDbpackagev1.14.0.
Breaking
- Dropped support for .NET 6 and .NET 7.
RepoDb.MySqlConnector (v1.13.1)
- Upgraded the
MySqlConnectorpackage to2.2.5. - Referenced the
RepoDbpackagev1.13.1.
RepoDb.MySqlConnector (v1.13.1-alpha1)
- Enabled the
net7.0TFM.
RepoDB.MySqlConnector (v1.13.0)
- Referenced the
RepoDbpackagev1.13.0.
RepoDB.MySqlConnector (v1.13.0-beta1)
- Referenced the
RepoDbpackagev1.13.0-beta1.
RepoDB.MySqlConnector (v1.13.0-alpha2)
- Referenced the
RepoDbpackagev1.13.0-alpha2.
RepoDB.MySqlConnector (v1.13.0-alpha1)
- Referenced the
RepoDbpackagev1.13.0. - Upgraded the
MySqlConnectorpackage to2.1.13.
RepoDb.MySqlConnector (v1.1.5)
- Upgraded the
MySqlConnectorpackage to2.1.6. - Question: why to order by a field, it needs to be in the select? #963
- Supported the
.NET v6.0. - Added the
TitleandPackageTagstags in the Nuget Package (.nuspec references). - Bug: Dot in schema name #1015
- Referenced the
RepoDbpackagev1.12.10.
RepoDb.MySqlConnector (v1.1.4)
- Upgraded the
MySqlConnectorpackage tov1.3.12. - Upgraded the
RepoDbpackage tov1.12.8-beta5. - Added the
net5.0as part of the target frameworks. - Enhancement: Added the MySqlDbTypeAttribute attribute. #884
- Enhancement: Deprecated the MySqlConnectorTypeMapAttribute attribute.
- Enhancement: Moved the
MySqlConnectorDbSettingtoRepoDb.DbSettingsnamespace. - 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)
- Upgraded the
MySqlConnectorpackage tov1.3.12. - Upgraded the
RepoDbpackage tov1.12.8-beta5. - Added the
net5.0as part of the target frameworks. - Enhancement: Added the MySqlConnectorParameterDbTypeAttribute attribute.
- Enhancement: Added the MySqlDbTypeAttribute attribute. #884
- Enhancement: Deprecated the MySqlConnectorTypeMapAttribute attribute.
- Enhancement: Moved the
MySqlConnectorDbSettingtoRepoDb.DbSettingsnamespace. - Enhancement: Add the attribute-based parameter setters for the DbParameter object. #886
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)
- Referenced the version RepoDb.Core (v1.12.7).
RepoDb.MySqlConnector (v1.1.2)
- Referenced the version RepoDb.Core (v1.12.5).
RepoDb.MySqlConnector (v1.1.1)
- CancellationToken support? #343
- Referenced the version RepoDb.Core (v1.12.4).
RepoDb.MySqlConnector (v1.1.0)
- Added complete F# support. Thanks to Isaac Abraham and Angel Munoz for their collaboration.
- Breaking: Introduced the
fieldsargument to the fetch (i.e.: Query, ExecuteQuery and BatchQuery) and push (i.e.: Insert, Merge and Update) operations. - Breaking: Introduced the
tableNameargument to all entity-based operations, resolvingF#anonymous invocations. - Breaking: Renamed argument
whereOrPrimaryKeytowhat. - 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.MySqlConnector (v1.1.0-beta2)
- Referenced the version RepoDb.Core (v1.12.0-beta4).
RepoDb.MySqlConnector (v1.1.0-beta1)
- Added complete F# support. Thanks to Isaac Abraham and Angel Munoz for their collaboration.
- Breaking: Introduced the
fieldsargument to the fetch (i.e.: Query, ExecuteQuery and BatchQuery) and push (i.e.: Insert, Merge and Update) operations. - Breaking: Introduced the
tableNameargument to all entity-based operations, resolvingF#anonymous invocations. - Breaking: Renamed argument
whereOrPrimaryKeytowhat. - 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.MySqlConnector (v1.0.4)
- Bug:
NullReferenceExceptionoccurs whenInsertAllAsyncis executed on Connection that belongs toTransactionScope. #490 - Enhancement: Remove the
SchemaSeparatorproperty from theIDbSettinginterface #475 - Enhancement: Refactor the usage of
Count()andElementAt().
RepoDb.MySqlConnector (v1.0.3)
- Referenced the version RepoDb.Core (v1.11.5).
RepoDb.MySqlConnector (v1.0.2)
- Update to MySqlConnector 1.0 #455
- Referenced the version MySqlConnector (v1.0.0).
- Referenced the version RepoDb.Core (v1.11.4).
RepoDb.MySqlConnector (v1.0.1)
- Referenced the version RepoDb.Core (v1.11.3).
RepoDb.MySqlConnector (v1.0.0)
- Initial release for MySqlConnector. References (#446, Commits).
- Added extensive Unit Tests and Integration Tests for MySqlConnector.
- Added AppVeyor CI for MySqlConnector.