E&S CVS Commit: PEAK - Extremely quick-and-dirty SQL generation. Only does "SELECT * FROM

pje at eby-sarna.com pje at eby-sarna.com
Thu Oct 23 19:16:00 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Thu Oct 23 23:15:49 UTC 2003

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

Log Message:
Extremely quick-and-dirty SQL generation.  Only does "SELECT * FROM
unaliased_tables WHERE conditions", with no subqueries, parameters, outer
joins, functions, expressions, aggregation, or sorting.  But it's a start.
Also, cleaned up/consolidated some now-obsolete bits of code.


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.14&r2=1.15
http://cvs.eby-sarna.com/PEAK/src/peak/query/tests/test_algebra.py.diff?r1=1.13&r2=1.14

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