| Commit message (Expand) | Author | Age | Files | Lines |
* | Establish future behavior for Session cascade backrefs, bind | Mike Bayer | 2020-08-01 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | Fixes for uselist=True with m2o relationships | Mike Bayer | 2019-07-18 | 1 | -1/+7 |
* | Run PK/FK sync for multi-level inheritance w/ no intermediary update | Mike Bayer | 2019-06-12 | 1 | -1/+2 |
* | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -9/+17 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -496/+590 |
* | Implement __delete__ | Mike Bayer | 2018-11-02 | 1 | -0/+3 |
* | Don't null FK for collection-removed item with passive_deletes='all' | Mike Bayer | 2018-07-11 | 1 | -4/+11 |
* | Add dependency for parent_pre post updates to parent deletes | Mike Bayer | 2018-02-12 | 1 | -0/+1 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | Refinements for unitofwork internals | Mike Bayer | 2017-06-14 | 1 | -24/+13 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - Fixed issue where post_update on a many-to-one relationship would | Mike Bayer | 2015-12-02 | 1 | -3/+5 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - restore non_updating_cascade to test_manytomany_nonpassive, but also | Mike Bayer | 2014-07-25 | 1 | -0/+1 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -284/+286 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - Related to :ticket:`3060`, an adjustment has been made to the unit | Mike Bayer | 2014-05-30 | 1 | -3/+7 |
* | - Adjustment to attribute mechanics concerning when a value is | Mike Bayer | 2014-05-29 | 1 | -5/+0 |
* | - Fixed a few edge cases which arise in the so-called "row switch" | Mike Bayer | 2014-05-28 | 1 | -4/+9 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | Fixed bug where many-to-many relationship with uselist=False | Mike Bayer | 2013-04-21 | 1 | -3/+7 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -26/+23 |
* | - [feature] Adding/removing None from a mapped collection | Mike Bayer | 2012-08-13 | 1 | -8/+10 |
* | move mapper-level UOW functionality straight into unitofwork also. there's | Mike Bayer | 2012-07-14 | 1 | -200/+200 |
* | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -5/+6 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - "delete-orphan" cascade is now allowed on | Mike Bayer | 2011-06-04 | 1 | -1/+1 |
* | - and fix the message that was the actual subject of [ticket:2063] | Mike Bayer | 2011-03-27 | 1 | -3/+9 |
* | - Reworded the exception raised when a flush | Mike Bayer | 2011-03-27 | 1 | -8/+15 |
* | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
* | - A tweak to the unit of work causes it to order | Mike Bayer | 2011-03-06 | 1 | -1/+3 |
* | - remove some remaining sys.modules shenanigansrel_0_7b1 | Mike Bayer | 2011-02-12 | 1 | -2/+1 |
* | - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE, | Mike Bayer | 2011-02-11 | 1 | -23/+39 |
* | - Additional tuning to "many-to-one" relationship | Mike Bayer | 2011-02-11 | 1 | -1/+6 |
* | - Fixed bug whereby "passive_deletes='all'" wasn't passing | Mike Bayer | 2011-01-04 | 1 | -7/+10 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -90/+90 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -2/+1 |
* | - further optimize what get_all_pending() returns to reduce the work of recei... | Mike Bayer | 2010-12-19 | 1 | -4/+1 |
* | - some good inlinings to the whole cascade_iterator() thing. | Mike Bayer | 2010-12-18 | 1 | -9/+9 |
* | - use get_all_pending in per_state_flush_actions(), but we'd like to | Mike Bayer | 2010-12-17 | 1 | -6/+5 |
* | - merge rbbd81cb9a341 from 0.6 branch | Mike Bayer | 2010-12-15 | 1 | -1/+3 |
* | - inlinings and callcount reductions | Mike Bayer | 2010-12-12 | 1 | -1/+1 |
* | - use class name by itself in flush warnings to prevent overflow of warnings ... | Mike Bayer | 2010-11-29 | 1 | -4/+4 |
* | - establish a consistent pattern of behavior along o2m, m2m, and m2o relation... | Mike Bayer | 2010-11-17 | 1 | -24/+59 |
* | - fix test_single test to use default dialect | Mike Bayer | 2010-09-15 | 1 | -2/+4 |
* | - Slight improvement to the behavior of "passive_updates=False" | Mike Bayer | 2010-09-12 | 1 | -5/+8 |