summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/result.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Merge "look out for extras=None in freeze" into rel_1_4mike bayer2022-12-091-1/+1
|\
| * look out for extras=None in freezeMike Bayer2022-12-091-1/+1
* | Better syncronize async result docs with plain ones.Federico Caselli2022-12-091-133/+146
|/
* soft close cursor for Query direct iterator interruptedMike Bayer2022-11-031-0/+45
* Update to flake8 5.Federico Caselli2022-07-311-1/+2
* repair yield_per for non-SS dialects and add new optionsMike Bayer2022-07-011-19/+58
* add more cross-linking / notes for yield_per, partitionsMike Bayer2022-06-301-0/+20
* warn for result.columns() methodMike Bayer2022-04-211-0/+9
* ensure exception raised for all stream w/ sync resultMike Bayer2022-02-041-0/+1
* happy new year 2022Mike Bayer2022-01-061-1/+1
* ensure soft_close occurs for fetchmany with server side cursorMike Bayer2021-11-021-6/+50
* 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