]> 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:33:35 +0000 (10:33 -0500)
commite71f4257cc40cf242873b67f2b7a68d06c0e5cf8
tree636dd024624768ae1821aed1f93add37dfb8fde4
parentc5551a68f56a8a88fb8e3fe11c71a96a31b814cc
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