summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/session.py
Commit message (Expand)AuthorAgeFilesLines
* Dont return outer transaction for _subtrans flagMike Bayer2021-04-091-3/+11
* Disallow AliasedReturnsRows from executionMike Bayer2021-04-051-1/+1
* fix __all__Mike Bayer2021-03-201-1/+10
* Fix typo in Session.identity_keyMike Bayer2021-03-161-1/+1
* orm/session.py - comment grammar fixMaciej Brencz2021-02-041-1/+1
* Merge "Fix many spell glitches in docstrings and comments"mike bayer2021-01-261-2/+2
|\
| * Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-2/+2
* | Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-4/+7
|/
* Guard against re-entrant autobegin in Core, ORMMike Bayer2021-01-151-3/+9
* happy new yearMike Bayer2021-01-041-1/+1
* implement sessionmaker.begin(), scalar() for async sessionMike Bayer2020-12-261-4/+9
* Add ORMExecuteState mapper accessorsMike Bayer2020-12-231-0/+65
* Fixes for lambda expressions and relationship loadersMike Bayer2020-12-111-1/+1
* Revise attribute refresh for with_loader_criteria, relatedMike Bayer2020-12-111-0/+41
* Typo in sessionmaker example: s/wih/withBrendan McCollam2020-11-261-1/+1
* Don't emit warnings on descriptor accessMike Bayer2020-11-201-0/+4
* tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-311-16/+5
* Clarify bulk operations caveatsMike Bayer2020-10-291-9/+12
* added docstring about expire_on_commit for #5243jonathan vanasco2020-10-261-1/+8
* generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-101-30/+8
* upgrade to black 20.8b1Mike Bayer2020-09-281-12/+28
* Repair erroneous "future" symbolMike Bayer2020-09-271-7/+2
* new docs WIPMike Bayer2020-09-241-0/+12
* Update session.execute() and related documentationMike Bayer2020-09-131-91/+27
* Emit deprecation warning for **kw passed to session.execute()Mike Bayer2020-09-111-8/+19
* Add more docs for populate_existing(); link with_for_updateMike Bayer2020-09-101-0/+6
* Update connection docs for migrating off of nestingMike Bayer2020-08-291-4/+4
* See if the future is hereMike Bayer2020-08-281-20/+3
* Documentation updates for 1.4Mike Bayer2020-08-051-15/+46
* Implement relationship AND criteria; global loader criteriaMike Bayer2020-08-051-55/+46
* Convert lazy loader, selectinload, load_on_ident to lambda statementsMike Bayer2020-08-051-5/+14
* Establish future behavior for Session cascade backrefs, bindMike Bayer2020-08-011-4/+23
* Further corrections to session docsMike Bayer2020-07-111-79/+54
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-237/+494
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-2/+41
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-14/+14
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-20/+52
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-24/+90
* Inline a few ORM arguments, othersMike Bayer2020-06-031-21/+25
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-29/+77
* Convert execution to move through SessionMike Bayer2020-05-251-51/+268
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-3/+3
* Update transaction / connection handlingMike Bayer2020-05-171-1/+1
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-3/+3
* Create initial 2.0 engine implementationMike Bayer2020-04-161-5/+14
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-3/+5
* Run search and replace of symbolic module namesMike Bayer2020-04-141-75/+106
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-82/+11
* Run autoflush for column attribute load operationsMike Bayer2020-04-031-4/+2
* Remove deprecated elements from selectable.py; remove lockmodeMike Bayer2020-03-231-14/+4