From ab926a050623e39af2214c40cd278b4bfb618647 Mon Sep 17 00:00:00 2001 From: Mark Rotteveel Date: Sun, 10 Mar 2024 12:54:56 +0100 Subject: [PATCH] Minor phrasing change --- src/docs/asciidoc/faq.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/faq.adoc b/src/docs/asciidoc/faq.adoc index b5a036100..7dede3794 100644 --- a/src/docs/asciidoc/faq.adoc +++ b/src/docs/asciidoc/faq.adoc @@ -601,7 +601,7 @@ Jaybird 3.0.2 introduces the system property `org.firebirdsql.jdbc.requireConnec [#how-can-i-solve-the-error-connection-rejected-no-connection-character-set-specified] === How can I solve the error "Connection rejected: No connection character set specified" -If no character set has been set, Jaybird 3 and higher will reject the connection with an `SQLNonTransientConnectionException` with message _"Connection rejected: No connection character set specified (property lc_ctype, encoding, charSet or localEncoding). +If no character set has been set, Jaybird 3 and higher may reject the connection with an `SQLNonTransientConnectionException` with message _"Connection rejected: No connection character set specified (property lc_ctype, encoding, charSet or localEncoding). Please specify a connection character set (e.g. property charSet=utf-8) or consult the Jaybird documentation for more information."_ In Jaybird 3.0.0 and 3.0.1 this error will be thrown if the character set has not been set explicitly.