summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/result.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up most py3k compatFederico Caselli2021-11-241-1/+1
* Remove object in class definitionFederico Caselli2021-11-221-3/+3
* Merge "ensure soft_close occurs for fetchmany with server side cursor" into mainmike bayer2021-11-021-6/+50
|\
| * ensure soft_close occurs for fetchmany with server side cursorMike Bayer2021-11-021-6/+50
* | First round of removal of python 2Federico Caselli2021-11-011-17/+0
|/
* 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-311-20/+1
* heads up that execute(query).first() can't apply LIMIT 1Mike Bayer2021-08-201-0/+11
* Documentation improvementsFederico Caselli2021-07-201-0/+9
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Remove pep484 type comments from the codeFederico Caselli2021-05-161-1/+0
* Restore detached object logic for dynamic, but warnMike Bayer2021-05-041-1/+8
* Fixed ``scalar_one`` usage after ``unique``.Federico Caselli2021-04-171-54/+38
* Fix LegacyRow/Row index accessMike Bayer2021-04-081-0/+7
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-4/+4
* happy new yearMike Bayer2021-01-041-1/+1
* tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-311-0/+4
* Improve some documentationsFederico Caselli2020-09-291-33/+26
* upgrade to black 20.8b1Mike Bayer2020-09-281-7/+13
* Raise if unique() not applied to 2.0 joined eager load resultsMike Bayer2020-09-211-1/+4
* Ensure cursor is closed for scalar() if make_row failsMike Bayer2020-09-121-8/+16
* make URL immutableMike Bayer2020-08-251-1/+1
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-33/+63
* Break scalars() and mappings() into separate objectsMike Bayer2020-08-121-463/+780
* Documentation updates for 1.4Mike Bayer2020-08-051-2/+23
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-1/+2
* introduce deferred lambdasMike Bayer2020-07-031-2/+5
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-2/+2
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-0/+4
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-16/+69
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-68/+60
* Convert execution to move through SessionMike Bayer2020-05-251-27/+66
* inline one_or_noneMike Bayer2020-05-241-20/+56
* Avoid proxy functions in row functionsFederico Caselli2020-05-231-8/+12
* Performance fixes for new result setMike Bayer2020-05-211-26/+77
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-2/+62
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-1499/+799
* Create initial 2.0 engine implementationMike Bayer2020-04-161-0/+4
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-31/+41
* Run search and replace of symbolic module namesMike Bayer2020-04-141-7/+10
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-141-2/+2
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-4/+6
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-1/+41
* Correct ambiguous func / class linksMike Bayer2020-03-251-1/+1
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-1/+1
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-29/+41
* Result initial introductionMike Bayer2020-02-211-661/+741
* Improve ResultProxy/Row documentation before the API changeMike Bayer2020-02-131-38/+75
* happy new yearMike Bayer2020-01-011-1/+1
* Fix rst for flake8-rst-docstrings-0.0.12Mike Bayer2019-11-221-1/+1
* Use simple growth scale with any max size for BufferedRowResultProxysumau2019-10-301-24/+9