]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Improve ResultProxy/Row documentation before the API change
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 13 Feb 2020 17:48:26 +0000 (12:48 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 13 Feb 2020 18:01:27 +0000 (13:01 -0500)
commit31b984aca2a374226a78ca600a19c9bf74baa601
tree2d70e14cc98e62e956eee1ab3f9a907b9516b6cf
parente69a93dbc2dc7575aa4a38585bb4880d0bf8fbb6
Improve ResultProxy/Row documentation before the API change

We'd like to merge Ieb9085e9bcff564359095b754da9ae0af55679f0,
however the documentation in that change should be based off
of more comprehensive documentation than what we have already.

Add the notion of "row" to the tutorial and document all
methods.   This will also be backported at least to 1.3
in terms of RowProxy.

Change-Id: I2173aecc86cf15c5a7c473b8f471639ee9082f84
(cherry picked from commit 8fabe50d7a47b50215a7ea4cf1d39409d9529e51)
(cherry picked from commit c5d51df5e4fe329913ad4c04ed7db8e1c61c3b84)
doc/build/core/connections.rst
doc/build/core/tutorial.rst
lib/sqlalchemy/engine/result.py