summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/session.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add standalone orm.close_all method and deprecate SessionMaker.close_allAugustin Trancart2019-01-121-2/+25
* | Merge "use ..deprecated directive w/ version in all cases"mike bayer2019-01-121-13/+29
|\ \ | |/ |/|
| * use ..deprecated directive w/ version in all casesMike Bayer2019-01-111-13/+29
* | happy new yearMike Bayer2019-01-111-1/+1
|/
* Post black reformattingMike Bayer2019-01-061-22/+31
* Run black -l 79 against all source filesMike Bayer2019-01-061-209/+361
* Improve documentation re: Session.binds and partitioning strategiesMike Bayer2018-11-061-21/+80
* Add test and retroactive changelog for issue 4040Mike Bayer2018-10-011-1/+2
* Add option to sort into inserts/updates to bulk_save_objectsAlessandro Cucci2018-08-271-3/+17
* - add some seealsos for the transient object that loads use caseMike Bayer2018-03-021-0/+11
* Fix enable_relationship_loading() works fine w/ one-to-manyMike Bayer2018-03-021-3/+5
* happy new yearMike Bayer2018-01-121-1/+1
* Check for object was expunged before restoring after pk switch + rollbackMike Bayer2018-01-041-4/+10
* Fix as many RST parse warnings as possible.Mike Bayer2017-11-031-10/+10
* Add missing space in repr of the sessionmaker classPaul Anton Letnes2017-10-161-1/+1
* - add more dragons to session.begin() / autocommit docsMike Bayer2017-09-281-11/+26