From 4d60fd1d480521df43120618736465628b540070 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Mon, 26 Apr 2021 14:53:44 +0200 Subject: "with fail with..." => "will fail with..." Change-Id: I184224e91b204f0819c9a2d53fcd0f88d9248158 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114663 Reviewed-by: Stephan Bergmann Tested-by: Jenkins --- offapi/com/sun/star/sdb/ErrorCondition.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offapi/com/sun/star/sdb/ErrorCondition.idl b/offapi/com/sun/star/sdb/ErrorCondition.idl index 4618c7475d77..d70aed3877f8 100644 --- a/offapi/com/sun/star/sdb/ErrorCondition.idl +++ b/offapi/com/sun/star/sdb/ErrorCondition.idl @@ -143,7 +143,7 @@ constants ErrorCondition

Some database drivers are not able to SELECT from a table if the statement does not contain a WHERE clause. In this case, a statement - like SELECT * FROM "table" with fail with the error code + like SELECT * FROM "table" will fail with the error code DATA_CANNOT_SELECT_UNFILTERED.

It is also legitimate for the driver to report this error condition as warning, and provide -- cgit