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

Please read more and learn further. This user story is also open for the community to discuss and comments. Link: [https://devblogs.microsoft.com/pfxteam/should-i-expose-synchronous-wrappers-for-asynchronous-methods/](https://devblogs.microsoft.com/pfxteam/should-i-expose-synchronous-wrappers-for-asynchronous-methods/)

enhancement
under assessment

Hello, Do you have or plan to have an auto migration? Creating tables, updating based on the Code-First model? Or maybe you already have everything and I just missed it...

nice to have
request
limitation

Testing RepoDb on SQL Server and having composite key tables, i've run into the following behaviour. RepoDb cannot look out the complete composite key, using only the first field of...

known-bug
limitation

The codes below must be supported. Entity Class: public class Customer { public int Id { get; set; } public string AccountNo { get; set; } public string Name {...

enhancement
feature

It will be great to have Oracle database supported.

request

Are you able to support the IBM.Data.DB2.DB2Connection & IBM.Data.DB2.iSeries.iDB2Connection?

question
request

Since second level caching is a supported feature out of the box, it would be nice to be able to pass in the cache key to updating/deleting methods to invalidate...

request

PR for proposed implementation of feature to support data provider functions such as (but not limited to) UPPER/LOWER #403 Caveat: I left out some housekeeping concerns (dependency injection, file locations,...

This user story will enable the tracing for the Bulk Operations. An interface named `IBulkOperationTrace` must be created. It should inherit the `ITrace` interface of the core. **The following 'before'...

enhancement
todo

**User Story:** As an author, since RepoDb has just supported by [MySqlConnector](https://www.nuget.org/packages/MySqlConnector/) package, leveraging the real Bulk operations is now very feasible. For the reference snippets, we can follow the...

enhancement
todo
feature