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

Support NOLOCK / READ UNCOMMITTED for SQL rendering #90

Closed tspence closed 2 years ago

tspence commented 2 years ago

We should have an option to enforce NOLOCK or READ UNCOMMITTED for SQL queries via Searchlight.

NOLOCK should be set up on a table-by-table basis, and READ UNCOMMITTED should be at an engine level.

tspence commented 2 years ago

Implemented in 0.9.15.