jods

Results 559 comments of jods

@cvetomir-todorov It's not configurable but `ExecuteReader` and `ExecuteNonQuery` activities include a `cmd` tag that is the `OracleCommand` being executed. So if you listen to those activities, you can grab the...

@cvetomir-todorov yeah, I agree. I see my solution as a stopgap measure until ODP.NET has that kind of support built-in. In the meantime, although it's not pretty, it has enabled...

As of the current version (09/2022), brackets are always put around what follows `not`, see https://github.com/techniq/odata-query/blob/master/src/index.ts#L567-L569 So this issue can probably be closed? @hakan-bilgin I do exactly that and it...

> If you try this out and something awful happens, just let me know. The issue here is that finding concurrency issues is quite finicky and this is in an...

I dug a little more into the code and have some observations to share. 1. The readers themselves seem thread-safe, with some restrictions. The only shared state is mapping/schema, so...

> If you had a link to an example where context is captured, I'd gladly take a look. If you use the overload [CreateDelegate(Type,Object)](https://docs.microsoft.com/en-us/dotnet/api/system.reflection.emit.dynamicmethod.createdelegate?view=netcore-3.1#System_Reflection_Emit_DynamicMethod_CreateDelegate_System_Type_System_Object_) the second parameter is a capture:...

@ipjohnson I was reading the code trying to see if I can figure out why. This is a complex codebase so I might be completely off... but could it be:...

It's more dirty but you could post-process the registrations and dedup identical exports... the result from user perspective would be the same.

Friendly bump! 🧸 I'm starting a new project with more or less the same auto-discovery setup, wondering if you had a chance to think about this bug.

I did a quick test and I can confirm: - with 7.1 `AsType` export are still duplicated; - with 7.2-beta800 they're not. Other than that my project seem to pass...