summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/dependency.py
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* | working through cycles tests...Mike Bayer2010-04-011-33/+43
* | many-to-one completed for self-referentialMike Bayer2010-04-011-14/+15
* | refactor dependency elementsMike Bayer2010-04-011-87/+99
* | this version passes one to many tests so farMike Bayer2010-04-011-50/+48
* | self-referential working to a small degreeMike Bayer2010-04-011-12/+11
* | one more ruleMike Bayer2010-04-011-1/+2
* | beginning to address cycles but its not worked out yetMike Bayer2010-03-311-6/+69
* | deletes, rudimentary many-to-onesMike Bayer2010-03-311-119/+114
* | its alive !Mike Bayer2010-03-311-100/+92
* | This is turning out to be a rewrite of the accounting system of unitofwork.py...Mike Bayer2010-03-301-10/+34
* | start sketching ideas for a rewritten unit of work.Mike Bayer2010-03-191-1/+2
|/
* - The official name for the relation() function is nowMike Bayer2010-03-171-6/+6
* - Fixed cascade bug in many-to-one relation() when attributeMike Bayer2010-02-161-8/+14
* - Primary key values can now be changed on a joined-table inheritanceMike Bayer2010-02-021-7/+18
* - added a failing-so-far test for #1671Mike Bayer2010-02-011-1/+2
* happy new yearMike Bayer2010-01-071-1/+1
* - Fixed bug which disallowed one side of a many-to-manyMike Bayer2009-09-011-1/+1
* merge 0.6 series to trunk.Mike Bayer2009-08-061-2/+2
* - Removed all* O(N) scanning behavior from the flush() process,Mike Bayer2009-05-171-9/+10
* - Significant performance enhancements regarding Sessions/flush()Mike Bayer2009-05-171-10/+29
* - Fixed bug which prevented "mutable primary key" dependencyMike Bayer2009-05-081-1/+2
* happy new yearMike Bayer2009-01-121-1/+1
* - Concrete inheriting mappers now instrument attributes which are inherited f...Mike Bayer2009-01-111-46/+66
* - removed creepy exec call for nowMike Bayer2008-12-061-1/+0
* - added some abstraction to the attributes.History objectMike Bayer2008-10-281-61/+61
* a much easier way to ArgSingletonMike Bayer2008-10-121-14/+11
* - annual unitofwork cleanupMike Bayer2008-09-151-1/+1
* - starargs_as_list was not actually issuing SAPendingDeprecationWarning, fixedMike Bayer2008-08-281-6/+6
* - fixed primary key update for many-to-many collectionsMike Bayer2008-08-161-1/+4
* - The "entity_name" feature of SQLAlchemy mappersMike Bayer2008-08-021-1/+1
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-1/+1
* And thus ends support for Python 2.3.Jason Kirtland2008-07-151-2/+2
* - merged r4841 from 0.4 branch (enable_typechecks lockdown)Mike Bayer2008-06-121-5/+6