From 5a7157d319477830426797532e02ac39d3b859f4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 11:29:03 +0200 Subject: Merging upstream version 4:24.2.1. Signed-off-by: Daniel Baumann --- .../source/text/sbasic/shared/03/sf_database.xhp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'helpcontent2/source/text/sbasic/shared/03/sf_database.xhp') diff --git a/helpcontent2/source/text/sbasic/shared/03/sf_database.xhp b/helpcontent2/source/text/sbasic/shared/03/sf_database.xhp index 852fb6a0f4..b898e0549b 100644 --- a/helpcontent2/source/text/sbasic/shared/03/sf_database.xhp +++ b/helpcontent2/source/text/sbasic/shared/03/sf_database.xhp @@ -68,10 +68,10 @@ - NONE + NONE - 0 + 0 Transaction handling is disabled and the database is set to the default auto-commit mode. @@ -79,10 +79,10 @@ - READ_UNCOMMITTED + READ_UNCOMMITTED - 1 + 1 Dirty reads, non-repeatable reads and phantom reads can occur. @@ -91,10 +91,10 @@ - READ_COMMITTED + READ_COMMITTED - 2 + 2 Dirty reads are prevented, however non-repeatable reads and phantom reads can occur. @@ -103,10 +103,10 @@ - REPEATABLE_READ + REPEATABLE_READ - 4 + 4 Dirty reads and non-repeatable reads are prevented. However, phantom reads can occur. @@ -115,10 +115,10 @@ - SERIALIZABLE + SERIALIZABLE - 8 + 8 Dirty reads, non-repeatable reads and phantom reads are prevented. -- cgit v1.2.3