]> 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:15 +0000 (10:31 -0500)
commit18dc03a1c58e94de43cdf7555bf22d3ad2e53f63
tree29a2a9b92c175375f150f4847b6e90dde324b27a
parent8afed98b4766f096e55b544aa2ca2e7b65977e1e
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