From cbe0130aa78f583db062deb8a4a09a59466eb4d8 Mon Sep 17 00:00:00 2001 From: Shay Rojansky Date: Tue, 8 Oct 2024 03:03:07 +0200 Subject: [PATCH] Add note to SQLite limitations page on concurrency tokens (#4829) 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