mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-23 00:51:43 -04:00
Add note re: pyodbc keywords in lowercase.
(cherry picked from commit 5119643024)
This commit is contained in:
committed by
Mike Bayer
parent
f8568397bb
commit
8d0e0cfbe1
@@ -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
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user