Releases for RepoDb.MySql
Please click here to see the actual Nuget package. Otherwise, please click here to download it.
RepoDb.MySql (v1.13.1)
- Upgraded the
MySql.Datapackage to8.0.32.1. - Referenced the
RepoDbpackagev1.13.1.
RepoDb.MySql (v1.13.1-alpha1)
- Enabled the
net7.0TFM.
RepoDB.MySql (v1.13.0)
- Referenced the
RepoDbpackagev1.13.0. - Upgraded the
MySql.Datapackage to8.0.31.
RepoDB.MySql (v1.13.0-beta1)
- Referenced the
RepoDbpackagev1.13.0-beta1. - Upgraded the
MySql.Datapackage to8.0.31.
RepoDB.MySql (v1.13.0-alpha2)
- Referenced the
RepoDbpackagev1.13.0-alpha2.
RepoDB.MySql (v1.13.0-alpha1)
- Referenced the
RepoDbpackagev1.13.0-alpha1.
RepoDb.MySql (v1.1.6)
- Upgraded the
MySql.Datapackage to8.0.28. - 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.MySql (v1.1.5)
- Added the
net5.0as part of the target frameworks. - Upgraded the
RepoDbpackage tov1.12.8-beta5. - Bug: Exception on Merge (PostgreSQL) #776. RELATED
- Enhancement: Added the MySqlDbTypeAttribute attribute. #884
- Enhancement: Deprecated the MySqlTypeMapAttribute attribute.
- Enhancement: Moved the
MySqlDbSettingtoRepoDb.DbSettingsnamespace. - Enhancement: Add the attribute-based parameter setters for the DbParameter object. #886
RepoDb.MySql (v1.1.5-beta1)
- Added the
net5.0as part of the target frameworks. - Upgraded the
RepoDbpackage tov1.12.8-beta5. - Bug: Exception on Merge (PostgreSQL) #776. RELATED
- Enhancement: Added the MySqlDbTypeAttribute attribute. #884
- Enhancement: Deprecated the MySqlTypeMapAttribute attribute.
- Enhancement: Moved the
MySqlDbSettingtoRepoDb.DbSettingsnamespace. - Enhancement: Add the attribute-based parameter setters for the DbParameter object. #886
RepoDb.MySql (v1.1.4)
- Referenced the version RepoDb.Core (v1.12.7).
- Referenced the version MySql.Data (v5.0.2).
RepoDb.MySql (v1.1.3)
- Referenced the version RepoDb.Core (v1.12.5).
RepoDb.MySql (v1.1.2)
- Fixed the failing calls to the
ReaderToDbFieldAsyncmethod of theMySqlDbHelperobject. - Referenced the version RepoDb.Core (v1.12.5).
RepoDb.MySql (v1.1.1)
- CancellationToken support? #343
- Referenced the version RepoDb.Core (v1.12.4).
RepoDb.MySql (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
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. This completely resolves theF#anonymous invocations. - Breaking: Renamed of argument
whereOrPrimaryKeytowhat. - 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.MySql (v1.1.0-beta2)
- Referenced the version RepoDb.Core (v1.12.0-beta4).
RepoDb.MySql (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
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. This completely resolves theF#anonymous invocations. - Breaking: Renamed of argument
whereOrPrimaryKeytowhat. - 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.MySql (v1.0.15)
- Bug:
NullReferenceExceptionoccurs whenInsertAllAsyncis executed on Connection that belongs toTransactionScope. #490 - Enhancement: Remove the
SchemaSeparatorproperty from theIDbSettinginterface #475 - Enhancement: Refactor the usage of
Count()andElementAt(). - Upgraded the driver version of
MySql.Datatov8.0.21
RepoDb.MySql (v1.0.14)
- Referenced the version RepoDb.Core (v1.11.5).
RepoDb.MySql (v1.0.13)
- Referenced the version RepoDb.Core (v1.11.4).
RepoDb.MySql (v1.0.12)
- Referenced the version RepoDb.Core (v1.11.3).
RepoDb.MySql (v1.0.11)
- Referenced the version RepoDb.Core (v1.11.2).
RepoDb.MySql (v1.0.10)
- Referenced the version RepoDb.Core (v1.11.1).
- Bug: insert<T> issue - parameter ‘xxx’ already added #432
- Referenced the latest beta version of RepoDb.Core (v1.11.0-beta4).
RepoDb.MySql (v1.0.10-beta1)
- Bug: insert<T> issue - parameter ‘xxx’ already added #432
- Referenced the latest beta version of RepoDb.Core (v1.11.0-beta4).
RepoDb.MySql (v1.0.9)
- Referenced the version RepoDb.Core (v1.10.11).
RepoDb.MySql (v1.0.8)
- Referenced the version RepoDb.Core (v1.10.11).
RepoDb.MySql (v1.0.7)
- Referenced the version RepoDb.Core (v1.10.10).
RepoDb.MySql (v1.0.6)
- Feature: Introduce MySql support to
MySqlDbTypevia 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
Idis 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 (Community Request): The primary field is not found exception when primary key column name is different from
Primaryattribute property name is different whileConnection.Updateis called. #356
RepoDb.MySql (v1.0.0)
- Initial release for RepoDb.MySql.