Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion guides/providing-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -746,10 +746,14 @@ Here's an overview table:

[Learn more about using the `Select.lock()` method in the Java runtime.](../java/working-with-cql/query-api#write-lock){.learn-more}


::: warning
Pessimistic locking is not supported by SQLite. H2 supports exclusive locks only.
Pessimistic locking is supported for domain entities (DB table rows). The locking is not possible for projections and views.
:::

::: warning
Pessimistic locking is not supported by SQLite. H2 supports exclusive locks only.
:::



Expand Down