RepoDB
RepoDB copied to clipboard
A hybrid ORM library for .NET.
### Describe the enhancement Currently, there is no way to pass the `IEnumerable` object as a qualifier to the bulk operations for the Entity-Based operations (i.e.: `BulkUpdate`, `BulkMerge` and `BulkDelete`)....
Here's another scenario where update failes, it seems related to IPropertyHandler as well with a composite key combination? In this scenario (I've continued using the sample I posted in the...
Question on the documentation on Insert, before I look at if I am doing something wrong. Does it return just Identity / Generated or also the Primary Key. So if...
### Bug Description When using **System.Data.SqlClient** with RepoDb Batch Operations (InsertAllAsync, UpdateAllAsync, MergeAllAsync) to batch update data in **Sql Server** using at **TimeSpan?** model property an unexpected error occurs. The...
I am trying to use the merge command, but I get `"Could not load file or assembly 'System.ComponentModel.Annotations, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest...
### Bug Description Update with Dictionary fails using MySql/MariaDb **Exception Message:** ```csharp RepoDb.Exceptions.KeyFieldNotFoundException HResult=0x80131500 Message=No primary key and identify found at type 'System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral,...
The cache in PropertyCache has been extended to work with case insensitive mappedNames. This made it possible to reduce the search for properties and allocation of memory. 
RepoDB 1.12.7 RepoDB.SqlServer 1.1.3 ...added using Nuget Package Manager in Visual Studio 2019 16.9.4. ``` ``` I use a strong name for my project (web api), and so I get...
Is it possible to perform a BulkMerge with existing data and avoid merging duplicate records? if so can you please post a sample? Thanks