From 3271110ed8950d05515f99e76ac4882ee74faecd Mon Sep 17 00:00:00 2001 From: Marc Gravell Date: Mon, 20 Nov 2023 12:56:12 +0000 Subject: [PATCH] docs link sqlsyntax : --- docs/sqlsyntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sqlsyntax.md b/docs/sqlsyntax.md index 0f422a56..c4bb5429 100644 --- a/docs/sqlsyntax.md +++ b/docs/sqlsyntax.md @@ -13,6 +13,6 @@ to TSQL / SQL Server). There are multiple ways of letting the tools know more (i 4. if a `...` property is specified in the project file (inside a ``) with a known value, it will be used 5. otherwise no SQL variant is applied -For options 3 & 4, The "known values" are the names from the `SqlSyntax` enumeration, evaluated case-insensitively. +For options 3 & 4, The "known values" are the names from the [`SqlSyntax`](https://github.com/DapperLib/DapperAOT/blob/main/src/Dapper.AOT/SqlSyntax.cs) enumeration, evaluated case-insensitively. At the current time, only the `SqlServer` option provides enhanced syntax analysis. \ No newline at end of file