E&S CVS Commit: PEAK - API simplification: db['Foo']['bar'] --> db.Foo.bar. Also, simplified

pje at eby-sarna.com pje at eby-sarna.com
Fri Nov 7 18:01:00 EST 2003


Module Name:	PEAK
Committed By:	pje
Date:		Fri Nov  7 23:00:15 UTC 2003

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

Log Message:
API simplification: db['Foo']['bar'] --> db.Foo.bar.  Also, simplified
duplicate-detection logic, and made it possible to do self-joins without
explicit table cloning.  (Still need to remove autocloning from db[] op,
and provide an aliasing mechanism.)


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.19&r2=1.20
http://cvs.eby-sarna.com/PEAK/src/peak/query/tests/test_algebra.py.diff?r1=1.18&r2=1.19

To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 PEAK/src/peak/query/algebra.py
cvs rdiff -r1.18 -r1.19 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