Skip to content

Commit

Permalink
Minor phrasing change
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Mar 10, 2024
1 parent 36f676f commit ab926a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/faq.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ab926a0

Please sign in to comment.