Results 9 issues of Jay Oursler

While looking through the code I found that the following chunk of code: ``` var con = context.Connection as EntityConnection; if (con == null && connection == null) { Configuration.Log("No...

Fixed missing schema addressing in SqlQueryProvider.UpdateItems by adding schema to the string.format to build the update statement

1. Fixed identified issue in SqlQueryProvider.cs UpdateItems where using DateTime.Now.Ticks could cause duplicate table names if calls to update happened fast enough for the same main table. Fixed by switching...

**Community Note** * Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request * Please do not...

In one of my recent projects I need to dynamically code similar to the following: ``` var woot = new Foo { Bar = new List { new Bar {Baz...

Added functionality to filter then aggregate `IEnumerable` properties to then use as the left hand input to an operator. This only occurs when the `MemberName` is an `IEnumerable` and the...

in `MRE.cs` approx line 346, `BuildExpr` fails to pass `useTryCatch` causing complex nested rules to use the incorrect (when `useTryCatch = false`) values. ``` if (enumrOperation != null) { var...

when using the rtk-query-codegen-openapi, the useLazyxxxxxx are not generated as exports. Work around is using the exported API directly and api.useLazyxxxxxxxxxxx however that brings in a different pattern when wanting...

enhancement
RTKQ-Codegen