summaryrefslogtreecommitdiff
path: root/test/dependency.py
Commit message (Collapse)AuthorAgeFilesLines
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-142/+0
|
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-47/+19
|
* a new batching algorithm for the topological sortMike Bayer2006-04-161-2/+4
|
* had to take out the "treeification" of the dependency sort as it doenst ↵Mike Bayer2006-04-141-18/+44
| | | | really work , added test conditions to the dependency test + the original test that failed
* somewhat of an overhaul, got alltests to work againMike Bayer2006-02-091-0/+4
|
* topological sort can detect cycles, and assemble them into a "big node" with allMike Bayer2006-01-281-3/+4
| | | | the nodes in the cycle aggregated into one node
* working on representing longer circular relationshipsMike Bayer2006-01-281-0/+16
|
* added rudimentary support for limit and offset (with the hack version in oracle)Mike Bayer2005-12-071-8/+10
| | | | | fixed up order_by to support a list/scalar of columns or asc/desc fixed up query.py unit test
* brand new topological sort library. woop.Mike Bayer2005-11-171-0/+29
|
* dependency sort....bleahMike Bayer2005-10-311-12/+10
|
* (no commit message)Mike Bayer2005-10-301-4/+4
|
* (no commit message)Mike Bayer2005-10-301-0/+34
|
* (no commit message)Mike Bayer2005-10-231-1/+2
|
* (no commit message)Mike Bayer2005-10-231-0/+57