summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/topological.py
Commit message (Collapse)AuthorAgeFilesLines
...
* copyright updateMike Bayer2007-01-051-1/+1
|
* - added "remote_side" argument to relation(), used only with self-referentialMike Bayer2006-12-021-1/+2
| | | | | | | | mappers to force the direction of the parent/child relationship. replaces the usage of the "foreignkey" parameter for "switching" the direction; while "foreignkey" can still be used to "switch" the direction of a parent/ child relationship, this usage is deprecated; "foreignkey" should always indicate the actual foreign key columns from now on.
* one of those non-2.3 generators got in there...Mike Bayer2006-11-121-1/+1
|
* further refactoring of topological sort for clarityMike Bayer2006-11-111-87/+102
|
* more fixes to topological sort with regards to cycles, fixes [ticket:365]Mike Bayer2006-11-111-44/+59
|
* - fix to subtle condition in topological sort where a node could appear twice,Mike Bayer2006-11-041-2/+3
| | | | for [ticket:362]
* converted imports to absoluteMike Bayer2006-10-261-1/+1
|
* progress on [ticket:329]Mike Bayer2006-10-191-0/+238
|
* rearranging mapper/objectstore into a subdirectory, breaking up files since ↵Mike Bayer2005-12-031-207/+0
| | | | they are huge
* (no commit message)Mike Bayer2005-11-171-8/+20
|
* brand new topological sort library. woop.Mike Bayer2005-11-171-0/+195