Popular repositories
-
Forked from dotnet/efcore
Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology
C# 1
-
Forked from PomeloFoundation/Pomelo.EntityFrameworkCore.MySql
Entity Framework Core provider for MySql built on top of mysql-net/MySqlConnector
C# 1
-
Forked from re-motion/Relinq
With re-linq, it's now easier than ever to create full-featured LINQ providers.
C#
-
-
-
208 contributions in the last year
Contribution activity
August 2021
Created 8 commits in 1 repository
Created a pull request in dotnet/efcore that received 8 comments
Adding translations for cosmos string methods
INDEX_OF, LEFT, RIGHT, REPLACE, case insensitive STRINGEQUALS
Opened 8 other pull requests in 1 repository
dotnet/efcore
8
merged
- Fix to #25013 - Outstanding work for temporal tables
- Add translation for DateTime.UtcNow
- Fix to #25511 - Temporal Tables: The given key 'SqlServer:TemporalHistoryTableName' was not present in the dictionary when creating migration on entity mapped to temporal table without explicitly providing history table name
- [SMALL] Enabling some Distinct tests on Cosmos
- Fix to #24196 - Query performance issue combining Inheritance and OwnedTypes
- [TINY] Temporal Tables API feedback
- Addressing API Review feedback for temporal tables feature:
- [SMALL] Adding translation for string.Length on Cosmos
Reviewed 8 pull requests in 1 repository
dotnet/efcore
8 pull requests
- Query: Add regression test for Contains on skip collection navigation
- Query: Remove unnecessary convert to IEnumerable for OData
- Fix to #25013 - Outstanding work for temporal tables
- Query: Add support for GroupBy patterns beyond aggregate
- Query: API Review changes
- Addressing API Review feedback for temporal tables feature:
- Grammar corrections
- Some minor test baseline fixes
Created an issue in dotnet/efcore that received 2 comments
Add translations for REPLICATE/REVERSE sql functions
There is no straightforward translation to built-in functions for these, but we could do something like this: string.Join("", Enumerable.Repeat("foo"…
Opened 3 other issues in 1 repository
dotnet/efcore
2
closed
1
open
- Temporal Tables: The given key 'SqlServer:TemporalHistoryTableName' was not present in the dictionary when creating migration on entity mapped to temporal table without explicitly providing history table name
- Query: add translation for string.Concat
- Query: add translation for string.IndexOf(string, int)