MicroOrm.Dapper.Repositories v1.12.0 Release Notes

Release Date: 2020-01-11 // over 4 years ago
    • ➕ Added SQLite support (beta) (#53)
    • ➕ Added OrderBy function
    • ➕ Added SetLimit function, now you can create queries with limits and, optionally, offets. (#50)
    • ➕ Added possibility to change timezone in UpdatedAt attribute (#23)
    • 👌 Improved SELECT's and JOINS performance
    • 🛠 Fixed some bugs