E&S CVS Commit: PEAK - API change: RV's may not be used more than once within scope of the same

pje at eby-sarna.com pje at eby-sarna.com
Thu Oct 23 17:13:00 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Thu Oct 23 21:12:52 UTC 2003

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

Log Message:
API change: RV's may not be used more than once within scope of the same
query.  This change is for SQL generation, where each reference to a table
or join thereof must have a unique alias (i.e., a distinct relation
variable).  Also, extended tests for 'keep' and 'rename' to cover outer
joins as well as inner ones.


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.10&r2=1.11
http://cvs.eby-sarna.com/PEAK/src/peak/query/interfaces.py.diff?r1=1.9&r2=1.10
http://cvs.eby-sarna.com/PEAK/src/peak/query/tests/test_algebra.py.diff?r1=1.9&r2=1.10

To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 PEAK/src/peak/query/algebra.py
cvs rdiff -r1.9 -r1.10 PEAK/src/peak/query/interfaces.py
cvs rdiff -r1.9 -r1.10 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.




More information about the source-changes mailing list