summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/dml.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-10-31 10:30:46 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2019-10-31 10:30:46 -0400
commit65466dec6346ad84340af1cf3e431020add0f9a5 (patch)
tree01f7943ff703d29c045bd953ab255a201cf644d6 /lib/sqlalchemy/dialects/postgresql/dml.py
parent8e80a690ce9ed99538c6d968a3e380c4718571f4 (diff)
downloadsqlalchemy-65466dec6346ad84340af1cf3e431020add0f9a5.tar.gz
Improve SQL Server pyodbc documentation
While we were told years ago that ODBC is intended to be used with DSNs only, however this use does not correspond well with how most other database connectivity systems work in that modern systems already have their own registries of connection information in any case, meaning this is usually the best place to add details such as hostnames and driver names, rather than having them locked away in a server-specific ODBC registry. So here we dial back the language that one style or another of connecting is "preferred"; both styles are supported equally, and the critical advantage of hostname mapping in that the target database name is both explicit as well as modifyable is also added. Add additional background for how DSNs work and refine other sentences. "URL encoding" is the correct terminology for adding spaces and special characters to a URL. Change-Id: I13a74432976e6d3166633b98f9bb84c4856caac8
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/dml.py')
0 files changed, 0 insertions, 0 deletions