Skip to content
#

dapper

Here are 586 public repositories matching this topic...

transmittable-thread-local

📌 TransmittableThreadLocal (TTL), the missing Java™ std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.

  • Updated Mar 15, 2022
  • Java
DapperQueryBuilder
ryburn52
ryburn52 commented Aug 13, 2021

Is there any way to name your SQL variables the same as the C# variable name instead of @p0, @p01?

I have a script I'm building up and even though i'm reusing the same variables in multiple parts of the script they appear in the outpoint as different prams, which is hard to verify later. i'm using approval tests to versify the script output.

Improve this page

Add a description, image, and links to the dapper topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dapper topic, visit your repo's landing page and select "manage topics."

Learn more