| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | - move inline "import" statements to use new "util.importlater()" construct. ... | Mike Bayer | 2010-11-13 | 1 | -6/+4 |
* | - in depth docs about some merge() tips | Mike Bayer | 2010-09-22 | 1 | -1/+6 |
* | Apply more memoization to Mapper attributes & subject to group expiry. | Jason Kirtland | 2010-09-03 | 1 | -3/+3 |
* | - moved "post update" functionality from _save_obj() into | Mike Bayer | 2010-06-18 | 1 | -3/+1 |
* | - cleanup of new post update, changelog | Mike Bayer | 2010-06-18 | 1 | -1/+5 |
* | add a test for the actual feature, that multiple post updates are batched | Mike Bayer | 2010-06-18 | 1 | -2/+2 |
* | this one is actually doing it. removed the cruft we don't need from the old ... | Mike Bayer | 2010-06-18 | 1 | -19/+10 |
* | this approach seems to allow many-to-one post updates to occur as a single ac... | Mike Bayer | 2010-06-18 | 1 | -8/+32 |
* | - don't switch a delete to a non-delete during rowswitch, fixes [ticket:1772] | Mike Bayer | 2010-04-16 | 1 | -1/+3 |
* | check_reverse was failing a not well covered m2m case. | Mike Bayer | 2010-04-10 | 1 | -0/+3 |
* | - starting to groom the branch for its inclusion | Mike Bayer | 2010-04-10 | 1 | -18/+38 |
* | comment | Mike Bayer | 2010-04-09 | 1 | -2/+2 |
* | fix bug + add coverage to ensure unneeded SaveUpdateAll/DeleteAll plus extra | Mike Bayer | 2010-04-09 | 1 | -5/+6 |
* | got DetectKeySwitch into the fold, can now greatly collapse a lot of the prep... | Mike Bayer | 2010-04-09 | 1 | -88/+107 |
* | removes some unneeded methods, initial DetectKeySwitch not present unnecessarily | Mike Bayer | 2010-04-09 | 1 | -8/+7 |