E&S CVS Commit: PEAK - Consolidated BasicJoin and Select, since Select wasn't adding much value.

pje@eby-sarna.com pje@eby-sarna.com
Tue Oct 21 23:15:02 2003


Module Name:	PEAK
Committed By:	pje
Date:		Tue Oct 21 23:03:01 UTC 2003

Modified Files:
	PEAK/src/peak/query: algebra.py interfaces.py
	PEAK/src/peak/query/tests: test_algebra.py

Log Message:
Consolidated BasicJoin and Select, since Select wasn't adding much value.
Added "star joins" (a restricted kind of outerjoin, to be replaced later
with proper outer joins).


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/query/algebra.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PEAK/src/peak/query/interfaces.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PEAK/src/peak/query/tests/test_algebra.py.diff?r1=1.4&r2=1.5

To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 PEAK/src/peak/query/algebra.py \
    PEAK/src/peak/query/interfaces.py
cvs rdiff -r1.4 -r1.5 PEAK/src/peak/query/tests/test_algebra.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.