]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Document visitors module
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Sep 2019 16:37:38 +0000 (12:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Sep 2019 16:38:32 +0000 (12:38 -0400)
commit8e36bfd1056dcdef7ede9eb494074ab11cf0ed0d
treec1010ce360b6f9b9f51630ef72d881cd78044d6f
parent26363ca9e6438f42c8585251d171301e0b25ff7e
Document visitors module

As we are going to be adding a lot of new features to the visitors
module which may impact end-user custom constructs, start documenting
the package for now.

Change-Id: Ibae471c2cb861f6280f601b7b2382d61968825cd
(cherry picked from commit ed02d924dd0bd1bce56b40bea74e1d382c352833)
doc/build/core/expression_api.rst
doc/build/core/visitors.rst [new file with mode: 0644]
lib/sqlalchemy/sql/visitors.py