Releases for RepoDb.MySqlConnector
Please click here to see the actual Nuget package. Otherwise, please click here to download it.
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)
- 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 theF#
anonymous invocations. - Breaking: Renamed of argument
whereOrPrimaryKey
towhat
. - 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)
- Referenced the version RepoDb.Core (v1.12.0-beta4).
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 theF#
anonymous invocations. - Breaking: Renamed of argument
whereOrPrimaryKey
towhat
. - 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 whenInsertAllAsync
is executed on Connection that belongs toTransactionScope
. #490 - Enhancement: Remove the
SchemaSeparator
property from theIDbSetting
interface #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 to MySqlConnector. References (#446, Commits).
- Added the extensive Unit Tests and Integration Tests for MySqlConnector.
- Added the AppVeyor for MySqlConnector.