Add note re: pyodbc keywords in lowercase.

(cherry picked from commit 5119643024)
This commit is contained in:
Gord Thompson
2019-12-03 17:02:19 -07:00
committed by Mike Bayer
parent f8568397bb
commit 8d0e0cfbe1
+2
View File
@@ -53,6 +53,8 @@ name must be URL encoded which means using plus signs for spaces::
Other keywords interpreted by the Pyodbc dialect to be passed to
``pyodbc.connect()`` in both the DSN and hostname cases include:
``odbc_autotranslate``, ``ansi``, ``unicode_results``, ``autocommit``.
Note that in order for the dialect to recognize these keywords
(including the ``driver`` keyword above) they must be all lowercase.
Pass through exact Pyodbc string
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^