RepoDb v1.0.9-mysqlconnector Release Notes

Release Date: 2020-06-02 // almost 4 years ago
  • RepoDb.MySql (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.

    RepoDb.SqlServer.BulkOperations (v1.0.9)

    • Enhacement: Return the identity values during the BulkInsert and BulkMerge. #396
    • โž• Added the BulkOperationIdentitiesResult class to cater the bulk operation results for BulkInsert and BulkMerge.
    • โž• Added the isReturnIdentity and usePhysicalPseudoTempTable arguments in the BulkInsert and BulkMerge operations.
    • โž• Added the hints argument in the BulkInsert operations.
    • โž• Added more Integration Tests to cater the changes made for isReturnIdentity and hints arguments.

    Credits to Contributor