summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/mapping/topological.py
Commit message (Collapse)AuthorAgeFilesLines
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-349/+0
|
* a new batching algorithm for the topological sortMike Bayer2006-04-161-14/+49
|
* had to take out the "treeification" of the dependency sort as it doenst ↵Mike Bayer2006-04-141-4/+5
| | | | really work , added test conditions to the dependency test + the original test that failed
* exception package added, support throughoutMike Bayer2006-02-191-3/+4
|
* merged new cyclical dependency codeMike Bayer2006-02-011-10/+8
| | | | EagerRelation gets a fix w/ regards to selectalias
* took out print statementMike Bayer2006-01-281-4/+8
|
* topological sort can detect cycles, and assemble them into a "big node" with allMike Bayer2006-01-281-21/+62
| | | | the nodes in the cycle aggregated into one node
* working on representing longer circular relationshipsMike Bayer2006-01-281-5/+35
|
* copyright->2005,2006Mike Bayer2006-01-031-1/+1
|
* license switchMike Bayer2005-12-311-13/+2
|
* comments re: partial ordering, association dependenciesMike Bayer2005-12-241-0/+43
| | | | license for topological
* rearranging mapper/objectstore into a subdirectory, breaking up files since ↵Mike Bayer2005-12-031-0/+207
they are huge