RepoDB icon indicating copy to clipboard operation
RepoDB copied to clipboard

A hybrid ORM library for .NET.

Results 158 RepoDB issues
Sort by recently updated
recently updated
newest added

### 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`)....

enhancement
invalid

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
help wanted

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...

question

### 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...

bug

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...

question

### 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,...

bug

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. ![изображение](https://user-images.githubusercontent.com/880792/117661338-e9323000-b1a6-11eb-89e0-3e87011d2d85.png)

review
under assessment

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...

question

Why not drop support netstandard2.0 and replace with netstandard2.1?

question

Is it possible to perform a BulkMerge with existing data and avoid merging duplicate records? if so can you please post a sample? Thanks

question