]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
document missing ColumnCollection methods
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Jun 2021 01:08:24 +0000 (21:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Jun 2021 01:34:43 +0000 (21:34 -0400)
commit746458bec4c30a6324cdced85825d382bbbb4144
tree130f64eca46013ca98ab2e435d9e51c6824fb4d3
parentc2cad1f97c51c8a2a6ad5d371ece7bcd9c7ffcf9
document missing ColumnCollection methods

add additional notes regarding the methods that are on this
object.

Fixes: #6629
Change-Id: I68446cb16cbfcef9af9c2998687b3b536607cf0d
doc/build/core/metadata.rst
lib/sqlalchemy/dialects/mysql/dml.py
lib/sqlalchemy/dialects/postgresql/dml.py
lib/sqlalchemy/dialects/sqlite/dml.py
lib/sqlalchemy/sql/base.py