]> 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 17:58:15 +0000 (12:58 -0500)
commitc5d51df5e4fe329913ad4c04ed7db8e1c61c3b84
treea79a14d2116e3c5bab9ad10487e3da11468b39ea
parente9544a3be13a10659ad2d6fa87a5d6190996b301
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)
doc/build/core/connections.rst
doc/build/core/tutorial.rst
lib/sqlalchemy/engine/result.py