Releases: lukaferlez/Simpleverse.Repository
Releases · lukaferlez/Simpleverse.Repository
Release v2.0.6
🚀 ci: update
Release v2.0.5
🚀 ci: Update push script
Release v2.0.4
⚙️refactor: Namespaces updates
Release v2.0.3
🚀 ci: Update release script to push
Release v2.0.2
🚀ci: Updated solution & package setup to enable nuget
Release v2.0.1
Release v2.0.0
✨ feat: v2 Integrated a full repository with actions supporting Adding, Updating, Deleting, Query generation and other functionality. Currently experimental v2
Release v1.0.28
🐞fix: Mapping return values for enum, datetime When mapping return values for objects containing enums and datetime the mapping failed. Enum value mapping fails as they are stored by their value, so when matching the results the equality would fail. This has been replaced with enum specific matcher by value. DateTime matching fails for two reasons. First if using SqlServer datetime then the precision between .Net and SqlServer is not the same and will fail the match. Second reason is that the SqlServer might be on a different TZ than the server which when using datetime in DB will result failing matches. This has not been resolved properly the datetime match now always returns true.
Release v1.0.27
🖥️build: Updated dependencies * SqlClient -> 5.1.1 * Test dependencies
Release v1.0.26
🐞fix: Mapping when columns are null