]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Clarify create_engine encoding; update cx_Oracle
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 May 2020 13:47:26 +0000 (09:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 May 2020 13:47:26 +0000 (09:47 -0400)
commit3ab5e3781b9f44d458cb6213e89f50d01ea167dd
treef906d5a526d4b53d0ddbb60de6ae4af6fd7c6d74
parent9f6b67a37e820b9a5be54301d08f20161bd20ee8
Clarify create_engine encoding; update cx_Oracle

The create_engine()->encoding parameter is mostly irrelevant
under Python 3.  make it clear this parameter is not generally
useful anymore and refer readers to the dialect documenation.

Update cx_Oracle documentation to feature many examples of
the encoding / nencoding parameters, remove extra detail that
is not generally useful and reorganize information into
more specific sections, de-emphasizing legacy / Python 2
specific sections.

Change-Id: I42dafb85de0a585c9e05e1e3d787d8d6bfa632c0
lib/sqlalchemy/dialects/oracle/base.py
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/engine/create.py