Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -349/+0 |
| | |||||
* | a new batching algorithm for the topological sort | Mike Bayer | 2006-04-16 | 1 | -14/+49 |
| | |||||
* | had to take out the "treeification" of the dependency sort as it doenst ↵ | Mike Bayer | 2006-04-14 | 1 | -4/+5 |
| | | | | really work , added test conditions to the dependency test + the original test that failed | ||||
* | exception package added, support throughout | Mike Bayer | 2006-02-19 | 1 | -3/+4 |
| | |||||
* | merged new cyclical dependency code | Mike Bayer | 2006-02-01 | 1 | -10/+8 |
| | | | | EagerRelation gets a fix w/ regards to selectalias | ||||
* | took out print statement | Mike Bayer | 2006-01-28 | 1 | -4/+8 |
| | |||||
* | topological sort can detect cycles, and assemble them into a "big node" with all | Mike Bayer | 2006-01-28 | 1 | -21/+62 |
| | | | | the nodes in the cycle aggregated into one node | ||||
* | working on representing longer circular relationships | Mike Bayer | 2006-01-28 | 1 | -5/+35 |
| | |||||
* | copyright->2005,2006 | Mike Bayer | 2006-01-03 | 1 | -1/+1 |
| | |||||
* | license switch | Mike Bayer | 2005-12-31 | 1 | -13/+2 |
| | |||||
* | comments re: partial ordering, association dependencies | Mike Bayer | 2005-12-24 | 1 | -0/+43 |
| | | | | license for topological | ||||
* | rearranging mapper/objectstore into a subdirectory, breaking up files since ↵ | Mike Bayer | 2005-12-03 | 1 | -0/+207 |
they are huge |