querybuilder icon indicating copy to clipboard operation
querybuilder copied to clipboard

Is SqlServerCompiler thread-safe?

Open pmarflee opened this issue 2 years ago • 0 comments

I want to register a singleton instance of SqlServerCompiler in my IoC container and then inject this instance into any services that need it, rather than having those services create new instances of the compiler themselves.

Are there any issues with thread-safety that might preclude me from doing this? Or is SqlServerCompiler completely thread-safe?

pmarflee avatar Mar 29 '22 15:03 pmarflee