Skip to content

Releases: lukaferlez/Simpleverse.Repository

Release v2.1.21

13 Sep 20:28
dd996aa
Compare
Choose a tag to compare
Fixed key properties condition on MergeBulkAsync (#10)

* Fixed key properties condition on MergeBulkAsync

* Update version

---------

Co-authored-by: Filip Klarić <[email protected]>

Release v2.1.20

11 Sep 18:10
Compare
Choose a tag to compare
🐞fix: Output mapping for merge statement with trigger

Release v2.1.19

11 Sep 14:51
Compare
Choose a tag to compare
🐞fix: Output mapper check if property is writable

Release v2.1.18

12 Jul 15:29
8602513
Compare
Choose a tag to compare
Added virtual keyword to replace async on projected entity (#9)

Updated project version

Co-authored-by: Filip Klarić <[email protected]>

Release v2.1.17

08 Jul 09:07
d702345
Compare
Choose a tag to compare
Add immutable attribute to avoid updating properties (#8)

Add immutable attribute to avoid updating properties
---------

Authored-by: Filip Klarić <[email protected]>

Release v2.1.16

17 May 08:02
Compare
Choose a tag to compare
🐞fix: Remove possibility of dirty reads on outputs

Release v2.1.15

16 May 22:33
Compare
Choose a tag to compare
🐞fix: Removed internal transactions from entity methods

Release v2.1.14

16 May 17:18
Compare
Choose a tag to compare
🐞fix: Removed internal transactions from bulk methods

Release v2.1.13

16 May 11:06
Compare
Choose a tag to compare
🐞fix: Handling of reserved keywords in column lists

Using output mapping following Insert or Update queries on tables with.

Release v2.1.12

16 May 09:20
Compare
Choose a tag to compare
🐞fix: Output mapping for tables with triggers

Using output mapping following Insert or Update queries on tables with triggers failed due to SQL server constraints.