EntityFramework.Extended icon indicating copy to clipboard operation
EntityFramework.Extended copied to clipboard

Add-on feature for Entity Framework

Results 25 EntityFramework.Extended issues
Sort by recently updated
recently updated
newest added

FutureRunner's command SQL is now inside a transaction. This ensures that all data retrieved is “logically and physically consistent.” See [MSDN documentation](https://msdn.microsoft.com/en-us/library/ms188929.aspx?f=255&MSPPError=-2147217396).

In general it's almost copy/paste of MySqlBatchRunner class. Slight modifications: - changed queries to postgresql syntax UPDATE SET FROM ( ) - slighly modified regular expression with self updates. ColumAlias...

I am maintaining code that does extensive mocking of the DbContext in order to write a unit test suite. This works fairly well, but I was having issues when ".Future()"...

Would you please merge the fix to your repository and provide new NuGet package? I faced the same issue in our project.

Testing Audit log support for models with complex types in code first, .NET 4.5.1. Sorry for not implementing this with xUnit. I tried but could not get it to run...

Fixed escape and `dbo` problem in MySQL by restructuring

The original code circumvented interceptors when running Future Queries causing issues with certain logging and profiling tools. This work adds full support for interception.

Fix for #133. Adds compatibility for custom `IDbSet` implementations by looking for an `ObjectQuery` property after trying the existing checks

...uble-check to make sure that a dynamic class is not already added to the dictionary. This implements functionality requested by Issue #119.

Reopend the following pull request, now using a distinct branch: https://github.com/loresoft/EntityFramework.Extended/pull/59