tspence / csharp-searchlight

A lightweight, secure framework for a fluent REST API with robust, secure searching features.
Apache License 2.0
11 stars 7 forks source link

Added options at the engine level for SQL Server #91

Closed tspence closed 2 years ago

tspence commented 2 years ago

Searchlight will now support adjustments such as nolock, read uncommitted, and nocount.

This PR addresses issue #90 .

By default:

Optionally, you can turn off these features at the engine level.