From 8e72e6e7593d4a9282f95b3d3f4cc6ffddda0fb7 Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Thu, 28 Apr 2022 09:37:07 -0700 Subject: [PATCH] Add SQL Server-specific configuration section --- docs/src/main/sphinx/connector/sqlserver.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/src/main/sphinx/connector/sqlserver.rst b/docs/src/main/sphinx/connector/sqlserver.rst index 9a5e22a95126..d89148b08a03 100644 --- a/docs/src/main/sphinx/connector/sqlserver.rst +++ b/docs/src/main/sphinx/connector/sqlserver.rst @@ -84,6 +84,23 @@ catalog named ``sales`` using the configured connector. .. include:: jdbc-common-configurations.fragment +Specific configuration properties +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +The SQL Server connector supports additional catalog properties to configure the +behavior of the connector and the issues queries to the database. + +.. list-table:: + :widths: 45, 55 + :header-rows: 1 + + * - Property name + - Description + * - ``sqlserver.snapshot-isolation.disabled`` + - Control the automatic use of snapshot isolation for transactions issued by + Trino in SQL Server. Defaults to ``false``, which means that snapshot + isolation is enabled. + .. include:: jdbc-procedures.fragment .. include:: jdbc-case-insensitive-matching.fragment