Skip to content

Releases: lukaferlez/Simpleverse.Repository

Release v2.0.6

25 Aug 15:43
Compare
Choose a tag to compare
🚀 ci: update

Release v2.0.5

25 Aug 15:32
Compare
Choose a tag to compare
🚀 ci: Update push script

Release v2.0.4

25 Aug 15:19
Compare
Choose a tag to compare
⚙️refactor: Namespaces updates

Release v2.0.3

25 Aug 14:24
Compare
Choose a tag to compare
🚀 ci: Update release script to push

Release v2.0.2

25 Aug 13:50
Compare
Choose a tag to compare
🚀ci: Updated solution & package setup to enable nuget

Release v2.0.1

25 Aug 13:26
Compare
Choose a tag to compare

Release v2.0.0

25 Aug 13:04
Compare
Choose a tag to compare
✨ feat: v2

Integrated a full repository with actions supporting Adding, Updating, Deleting, Query generation and other functionality.

Currently experimental v2

Release v1.0.28

27 Jun 13:17
Compare
Choose a tag to compare
🐞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

24 May 12:14
Compare
Choose a tag to compare
🖥️build: Updated dependencies

* SqlClient -> 5.1.1
* Test dependencies

Release v1.0.26

14 Oct 08:10
Compare
Choose a tag to compare
🐞fix: Mapping when columns are null