Skip to content

Commit 7591b31

Browse files
committed
Fix host_is_server URL and expand docs in README
1 parent ad46ef0 commit 7591b31

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,12 @@ Dictionary. Current available keys are:
135135
definition present in the ``freetds.conf`` FreeTDS configuration file
136136
instead of a hostname or an IP address.
137137

138-
But if this option is present and it's value is ``True``, this
139-
special behavior is turned off.
138+
But if this option is present and its value is ``True``, this
139+
special behavior is turned off. Instead, connections to the database
140+
server will be established using ``HOST`` and ``PORT`` options, without
141+
requiring ``freetds.conf`` to be configured.
140142

141-
See http://www.freetds.org/userguide/dsnless.htm for more information.
143+
See https://www.freetds.org/userguide/dsnless.html for more information.
142144

143145
- unicode_results
144146

0 commit comments

Comments
 (0)