summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/row.py
Commit message (Expand)AuthorAgeFilesLines
* 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-311-198/+12
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Fix LegacyRow/Row index accessMike Bayer2021-04-081-6/+26
* Provide special row proxies for count and indexMike Bayer2021-03-171-0/+21
* happy new yearMike Bayer2021-01-041-1/+1
* tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-311-4/+8
* Improve some documentationsFederico Caselli2020-09-291-0/+8
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-6/+4
* Avoid proxy functions in row functionsFederico Caselli2020-05-231-18/+25
* Performance fixes for new result setMike Bayer2020-05-211-29/+74
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-10/+15
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-2/+3
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-3/+3
* Deprecate row.keys() for 2.0, not 1.xMike Bayer2020-02-241-4/+3
* Result initial introductionMike Bayer2020-02-211-0/+501