]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Update dialect API documentation
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Mar 2020 15:28:32 +0000 (10:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Mar 2020 15:31:09 +0000 (10:31 -0500)
commit2caa3c8589d74ddef6243b260bf1c9d958821d91
treed8391d96788cad80249d6849f218e5b0f56458ec
parent4df1823500fcdc4cc0efa6487115314a9c390301
Update dialect API documentation

The docstrings for connect() and on_connect() were incorrect
between Dialect vs. DefaultDialect.   Redocumented related
methods, clean up formatting, and remove unicode-related
attribute descriptions from the top level Dialect document
as these don't apply to Python 3.

Change-Id: I45baab757f8e20627eba42c30b9e8dbe26356275
(cherry picked from commit 649de79950dcf952d7a44069faf36925c23c4e63)
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/engine/interfaces.py