summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/session.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test instance for matching class hierarchy on get_from_identityMike Bayer2020-03-221-1/+1
* Repair broken call to sys.exc_info()Mike Bayer2020-03-111-1/+1
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-3/+3
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-23/+45
* Remove unnecessary tuple; prepare for "iterator" verbiageMike Bayer2020-02-201-16/+16
* Warn for runid changing in load events; add restore_load_context flagMike Bayer2020-01-311-8/+8
* Implement explicit autobegin step for SessionMike Bayer2020-01-031-59/+89
* happy new yearMike Bayer2020-01-011-1/+1
* Close connection if begin failsMike Bayer2019-12-131-15/+24
* fixed typo in session.py in line 3063L0stLink2019-11-021-1/+1
* Remove deprecated extension and similar classesMike Bayer2019-10-061-19/+1
* Warn for object replaced in identity map during flushMike Bayer2019-10-041-1/+12
* Move identity_lookup to sessionMike Bayer2019-09-271-0/+54
* Remove threadlocal engine strategy, engine strategies pool threadlocalMike Bayer2019-07-151-2/+2
* Rework Session transaction FAQsMike Bayer2019-06-071-1/+2
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-4/+3
* Resolve RST306 issuesMike Bayer2019-05-131-1/+1
* Warn on merge of already-pending objectMike Bayer2019-04-281-0/+7
* Don't run pending_to_persistent for non-new objectsMike Bayer2019-02-091-2/+12
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-061-1/+3
* Fix many spell glitchesLele Gaifax2019-01-251-2/+2
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-251-3/+3
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-43/+44
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-17/+3
* Merge "Add standalone orm.close_all method and deprecate SessionMaker.close_all"mike bayer2019-01-131-2/+25
|\