From fd6a74ce47489e41f60d181b15303499d4cbc2b0 Mon Sep 17 00:00:00 2001 From: Shay Rojansky Date: Mon, 7 Oct 2024 20:14:50 +0200 Subject: [PATCH] Add note to SQLite limitations page on concurrency tokens Fixes #4827 --- entity-framework/core/providers/sqlite/limitations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/entity-framework/core/providers/sqlite/limitations.md b/entity-framework/core/providers/sqlite/limitations.md index 2ad2f8e20f..c57cb4e361 100644 --- a/entity-framework/core/providers/sqlite/limitations.md +++ b/entity-framework/core/providers/sqlite/limitations.md @@ -15,6 +15,7 @@ The common relational library (shared by Entity Framework relational database pr * Schemas * Sequences +* Database-generated concurrency tokens ([see documentation](xref:core/saving/concurrency#native-database-generated-concurrency-tokens)) ## Query limitations