Skip to content

Fix host_is_server URL and expand docs in README #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,12 @@ Dictionary. Current available keys are:
definition present in the ``freetds.conf`` FreeTDS configuration file
instead of a hostname or an IP address.

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

See http://www.freetds.org/userguide/dsnless.htm for more information.
See https://www.freetds.org/userguide/dsnless.html for more information.

- unicode_results

Expand Down