Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Aug 9, 2024
1 parent c2d9b65 commit 56879b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ For example, `jdbc:firebird:////path/to/db.fdb` or `jdbc:firebird:///C:\path\to\
For example, for NATIVE it will depend on the version of `fbclient` and the configured providers in its `firebird.conf`.
* For PURE_JAVA, in the legacy syntax, server name and port number are now optional as well.
For example, `jdbc:firebird:/path/to/db.fdb` is now allowed and connects to localhost port 3050, database `/path/to/db.fdb`.
* JDBC URLs that only contain a Windows path will no longer interpret the driver letter as a server name.
* JDBC URLs that only contain a Windows path will no longer interpret the drive letter as a server name.
For example, `jdbc:firebird:C:\path\to\db.fdb` and `jdbc:firebird:C:/path/to/db.fdb` is now allowed and connects to localhost port 3050, database `C:\path\to\db.fdb` or `C:/path/to/db.fdb`.
+
In theory, this results in a minor backwards incompatibility for URLs with the legacy syntax using single character server names.
Expand Down

0 comments on commit 56879b3

Please sign in to comment.