summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/unitofwork.py
Commit message (Expand)AuthorAgeFilesLines
* Establish future behavior for Session cascade backrefs, bindMike Bayer2020-08-011-2/+23
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-6/+6
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-3/+10
* happy new yearMike Bayer2020-01-011-1/+1
* Don't run pending_to_persistent for non-new objectsMike Bayer2019-02-091-1/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-4/+6
* Run black -l 79 against all source filesMike Bayer2019-01-061-121/+143
* Implement __delete__Mike Bayer2018-11-021-12/+15
* Add test and retroactive changelog for issue 4040Mike Bayer2018-10-011-0/+4
* happy new yearMike Bayer2018-01-121-1/+1
* Enable multi-level selectin polymorphic loadingMike Bayer2017-08-071-12/+14
* Refinements for unitofwork internalsMike Bayer2017-06-141-27/+53
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Restore object to the identity_map upon delete() unconditionallyMike Bayer2016-10-271-0/+3
* - Fixed bug where a newly inserted instance that is rolled backMike Bayer2016-03-141-0/+13
* - happy new yearMike Bayer2016-01-291-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - refinementsMike Bayer2014-08-191-6/+0
* - change to be represented as two very fast bulk_insert() and bulk_update() m...Mike Bayer2014-08-151-17/+5
* devMike Bayer2014-08-151-5/+5
* - proof of conceptMike Bayer2014-08-151-2/+26
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-62/+64
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Related to :ticket:`3060`, an adjustment has been made to the unitMike Bayer2014-05-301-1/+3
* - Adjustment to attribute mechanics concerning when a value isMike Bayer2014-05-291-3/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-5/+3
* a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-261-2/+2
* - the raw 2to3 runMike Bayer2013-04-271-4/+4
* Can set/change the "cascade" attribute on a :func:`.relationship`Mike Bayer2013-03-021-6/+6
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-3/+11
* - errant maxdbMike Bayer2012-10-191-3/+0
* - move out maxdbMike Bayer2012-10-181-0/+3
* - [feature] The Session will produce warningsMike Bayer2012-10-041-0/+15
* - [bug] Lazy loads emitted within flush eventsMike Bayer2012-08-191-3/+6
* - [feature] Adding/removing None from a mapped collectionMike Bayer2012-08-131-0/+6
* move mapper-level UOW functionality straight into unitofwork also. there'sMike Bayer2012-07-141-52/+80
* - move all of orm to use absolute importsMike Bayer2012-06-231-8/+7
* - [feature] Calling rollback() within aMike Bayer2012-04-241-7/+8
* - merge attribute flag overhaul for [ticket:2358]Mike Bayer2012-04-231-2/+3
* break out _save_obj(), _delete_obj(), _post_update() into a new moduleMike Bayer2012-01-301-6/+6
* - [bug] Fixed bug where "merge" cascade couldMike Bayer2012-01-281-1/+4
* happy new yearMike Bayer2012-01-041-1/+1
* - Fixed bug in unit of work whereby detection ofMike Bayer2011-09-221-3/+4
* - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE,Mike Bayer2011-02-111-4/+7
* - Fixed bug whereby "passive_deletes='all'" wasn't passingMike Bayer2011-01-041-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-60/+60
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-1/+1