| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable multi-level selectin polymorphic loading | Mike Bayer | 2017-08-07 | 1 | -12/+14 |
* | Refinements for unitofwork internals | Mike Bayer | 2017-06-14 | 1 | -27/+53 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | Restore object to the identity_map upon delete() unconditionally | Mike Bayer | 2016-10-27 | 1 | -0/+3 |
* | - Fixed bug where a newly inserted instance that is rolled back | Mike Bayer | 2016-03-14 | 1 | -0/+13 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - refinements | Mike Bayer | 2014-08-19 | 1 | -6/+0 |
* | - change to be represented as two very fast bulk_insert() and bulk_update() m... | Mike Bayer | 2014-08-15 | 1 | -17/+5 |
* | dev | Mike Bayer | 2014-08-15 | 1 | -5/+5 |
* | - proof of concept | Mike Bayer | 2014-08-15 | 1 | -2/+26 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -62/+64 |
* | - 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 | -1/+3 |
* | - Adjustment to attribute mechanics concerning when a value is | Mike Bayer | 2014-05-29 | 1 | -3/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -5/+3 |
* | a pass where we try to squash down as many list()/keys() combinations | Mike Bayer | 2013-05-26 | 1 | -2/+2 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -4/+4 |
* | Can set/change the "cascade" attribute on a :func:`.relationship` | Mike Bayer | 2013-03-02 | 1 | -6/+6 |
* | 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 | -3/+11 |
* | - errant maxdb | Mike Bayer | 2012-10-19 | 1 | -3/+0 |
* | - move out maxdb | Mike Bayer | 2012-10-18 | 1 | -0/+3 |
* | - [feature] The Session will produce warnings | Mike Bayer | 2012-10-04 | 1 | -0/+15 |
* | - [bug] Lazy loads emitted within flush events | Mike Bayer | 2012-08-19 | 1 | -3/+6 |
* | - [feature] Adding/removing None from a mapped collection | Mike Bayer | 2012-08-13 | 1 | -0/+6 |
* | move mapper-level UOW functionality straight into unitofwork also. there's | Mike Bayer | 2012-07-14 | 1 | -52/+80 |
* | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -8/+7 |
* | - [feature] Calling rollback() within a | Mike Bayer | 2012-04-24 | 1 | -7/+8 |
* | - merge attribute flag overhaul for [ticket:2358] | Mike Bayer | 2012-04-23 | 1 | -2/+3 |
* | break out _save_obj(), _delete_obj(), _post_update() into a new module | Mike Bayer | 2012-01-30 | 1 | -6/+6 |
* | - [bug] Fixed bug where "merge" cascade could | Mike Bayer | 2012-01-28 | 1 | -1/+4 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - Fixed bug in unit of work whereby detection of | Mike Bayer | 2011-09-22 | 1 | -3/+4 |
* | - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE, | Mike Bayer | 2011-02-11 | 1 | -4/+7 |
* | - Fixed bug whereby "passive_deletes='all'" wasn't passing | Mike Bayer | 2011-01-04 | 1 | -1/+1 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -60/+60 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -1/+1 |
* | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -3/+3 |
* | - convert built in AttributExtensions to event listener fns | Mike Bayer | 2010-12-20 | 1 | -19/+18 |
* | trivial inlinings | Mike Bayer | 2010-12-18 | 1 | -5/+4 |
* | - some good inlinings to the whole cascade_iterator() thing. | Mike Bayer | 2010-12-18 | 1 | -14/+22 |
* | - use get_all_pending in per_state_flush_actions(), but we'd like to | Mike Bayer | 2010-12-17 | 1 | -0/+2 |
* | - inlinings and callcount reductions | Mike Bayer | 2010-12-12 | 1 | -3/+3 |
* | - clean up the batch insert thing | Mike Bayer | 2010-12-11 | 1 | -2/+1 |
* | - callcounts | Mike Bayer | 2010-12-10 | 1 | -13/+21 |
* | - move topological, queue into util | Mike Bayer | 2010-12-05 | 1 | -1/+2 |
* | - use class name by itself in flush warnings to prevent overflow of warnings ... | Mike Bayer | 2010-11-29 | 1 | -2/+2 |
* | - establish a consistent pattern of behavior along o2m, m2m, and m2o relation... | Mike Bayer | 2010-11-17 | 1 | -3/+9 |