summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/dependency.py
Commit message (Expand)AuthorAgeFilesLines
...
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-2/+1
* - further optimize what get_all_pending() returns to reduce the work of recei...Mike Bayer2010-12-191-4/+1
* - some good inlinings to the whole cascade_iterator() thing.Mike Bayer2010-12-181-9/+9
* - use get_all_pending in per_state_flush_actions(), but we'd like toMike Bayer2010-12-171-6/+5
* - merge rbbd81cb9a341 from 0.6 branchMike Bayer2010-12-151-1/+3
* - inlinings and callcount reductionsMike Bayer2010-12-121-1/+1
* - use class name by itself in flush warnings to prevent overflow of warnings ...Mike Bayer2010-11-291-4/+4
* - establish a consistent pattern of behavior along o2m, m2m, and m2o relation...Mike Bayer2010-11-171-24/+59
* - fix test_single test to use default dialectMike Bayer2010-09-151-2/+4
* - Slight improvement to the behavior of "passive_updates=False"Mike Bayer2010-09-121-5/+8
* - The name ConcurrentModificationError has beenMike Bayer2010-08-011-16/+12
* - Moving an o2m object from one collection toMike Bayer2010-07-221-10/+14
* - Removed errant many-to-many load in unitofworkMike Bayer2010-07-071-30/+38
* 78 charsMike Bayer2010-07-071-37/+57
* - cleanup of new post update, changelogMike Bayer2010-06-181-36/+39
* this one is actually doing it. removed the cruft we don't need from the old ...Mike Bayer2010-06-181-39/+34
* adds some tests, refines out the m2o approach.Mike Bayer2010-06-181-17/+12
* this approach seems to allow many-to-one post updates to occur as a single ac...Mike Bayer2010-06-181-25/+56
* - Can now call make_transient() on an instance thatMike Bayer2010-06-151-1/+1
* - Fixed bug regarding flushes on self-referentialMike Bayer2010-06-131-7/+11
* - Fixed regression introduced in 0.6.0 unit of work refactorMike Bayer2010-05-211-37/+38
* - beef up the --reversetop test option to embed RandomSet throughout the ORMMike Bayer2010-04-151-18/+37
* 0.6.0 prepMike Bayer2010-04-141-3/+0
* move factory function to classmethodMike Bayer2010-04-111-10/+11
* check_reverse was failing a not well covered m2m case.Mike Bayer2010-04-101-2/+3
* - starting to groom the branch for its inclusionMike Bayer2010-04-101-24/+29
* attempt to reduce redundant calc of pk_switchedMike Bayer2010-04-091-5/+19
* fix bug + add coverage to ensure unneeded SaveUpdateAll/DeleteAll plus extraMike Bayer2010-04-091-1/+0
* got DetectKeySwitch into the fold, can now greatly collapse a lot of the prep...Mike Bayer2010-04-091-31/+32
* removes some unneeded methods, initial DetectKeySwitch not present unnecessarilyMike Bayer2010-04-091-39/+24
* refined system bywhich dependencyprocessor per-state actionsMike Bayer2010-04-091-9/+5
* starting to arrange things such that unneeded executors aren't gettingMike Bayer2010-04-081-25/+74
* we can load this sum ahead of time, and if there is none, we dont need a per-...Mike Bayer2010-04-081-8/+10
* - added missing coverage for self-referential many-to-many flushesMike Bayer2010-04-061-10/+17
* remove mostly unneeded calls to conditional_post_updateMike Bayer2010-04-061-22/+25
* - cleanup, factoring, had some heisenbugs. more test coverageMike Bayer2010-04-061-66/+179
* all tests pass with this versionMike Bayer2010-04-051-83/+105
* beginning to get post_update working, will need more testsMike Bayer2010-04-051-19/+78
* - many-to-many is up.Mike Bayer2010-04-051-76/+110
* - enabled the DetectKeySwitch, and additionally added that it needMike Bayer2010-04-051-73/+77
* branch mergeMike Bayer2010-04-051-16/+19
|\
| * better yetMike Bayer2010-04-051-2/+1
| * clarify intent and reduce lookups hereMike Bayer2010-04-051-16/+20
* | - further reduce what topological has to do, expects full list of nodesMike Bayer2010-04-041-14/+18
* | this fully moves the per_state methods to work with all states at onceMike Bayer2010-04-041-45/+65
* | moving the per-states operations to be aggreagted on the endpoints to reduceMike Bayer2010-04-041-1/+6
* | row switch works for post-cycle sorts too...just needed more data in the deps...Mike Bayer2010-04-031-3/+11
* | tweak how we indicate child deleted hereMike Bayer2010-04-031-9/+12
* | o2m/m2o pretty much there, minus post update.Mike Bayer2010-04-031-3/+4
* | - basic inheritance behaviorMike Bayer2010-04-031-13/+16