summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/unitofwork.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - removes the "on_" prefix.Mike Bayer2010-12-301-3/+3
* - convert built in AttributExtensions to event listener fnsMike Bayer2010-12-201-19/+18
* trivial inliningsMike Bayer2010-12-181-5/+4
* - some good inlinings to the whole cascade_iterator() thing.Mike Bayer2010-12-181-14/+22
* - use get_all_pending in per_state_flush_actions(), but we'd like toMike Bayer2010-12-171-0/+2
* - inlinings and callcount reductionsMike Bayer2010-12-121-3/+3
* - clean up the batch insert thingMike Bayer2010-12-111-2/+1
* - callcountsMike Bayer2010-12-101-13/+21
* - move topological, queue into utilMike Bayer2010-12-051-1/+2
* - use class name by itself in flush warnings to prevent overflow of warnings ...Mike Bayer2010-11-291-2/+2
* - establish a consistent pattern of behavior along o2m, m2m, and m2o relation...Mike Bayer2010-11-171-3/+9