RepoDb v1.11.3 Release Notes

Release Date: 2020-06-06 // almost 4 years ago
  • RepoDb (v1.11.3)

    • ๐Ÿ“œ Community Request: Enhancement: Enable Field class to Parse the Expression for Multiple Properties #453
    • โœจ Enhancement: Set the return type Field.Parse<T>() to IEnumerable<Field> (instead of Field).
    • โž• Added more Unit Tests on Field class parsing method.
    • โœ‚ Removed the BeforeBulkInsert and AfterBulkInsert from the ITrace interface.
    • Made the CancellableTraceLog class non-sealed, and also, exposed the constructor.
    • โž• Added an overload method for the Merge, MergeAll and UpdateAll operations that accepts the expression for the qualifiers argument.

    RepoDb.MySql (v1.0.12)

    RepoDb.MySqlConnector (v1.0.1)

    RepoDb.PostgreSql (v1.0.9)

    RepoDb.SqLite (v1.0.12)

    RepoDb.SqlServer (v1.0.10)

    RepoDb.SqlServer.BulkOperations (v1.0.11)