Skip to content

Commit d166fc9

Browse files
authored
Fix host_is_server URL and expand docs in README (#92)
1 parent 8d76f0f commit d166fc9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.rst

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

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

155-
See http://www.freetds.org/userguide/dsnless.htm for more information.
157+
See https://www.freetds.org/userguide/dsnless.html for more information.
156158

157159
- unicode_results
158160

0 commit comments

Comments
 (0)