E&S CVS Commit: PEAK - - Add a title option to the html cursor formatter, for use with DDT

tsarna at eby-sarna.com tsarna at eby-sarna.com
Wed Jan 28 18:03:01 EST 2004


Module Name:	PEAK
Committed By:	tsarna
Date:		Wed Jan 28 23:02:31 UTC 2004

Modified Files:
	PEAK/src/peak/storage: cursor_formatters.py
	PEAK/src/peak/tools/n2: sql.py

Log Message:
- Add a title option to the html cursor formatter, for use with DDT
  (note: you can't yet normally set this with n2-sql)

- Add a \htmldump command to n2-sql to dump the entire database as
  a html file, nice for doing complete before-and-after type database
  tests with DDT.

- simplify trivial constant attribute bindings, eg:
	"foo = binding.Make(lambda: 42)" -> "foo = 42"


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/storage/cursor_formatters.py.diff?r1=1.7&r2=1.8
http://cvs.eby-sarna.com/PEAK/src/peak/tools/n2/sql.py.diff?r1=1.14&r2=1.15

To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 PEAK/src/peak/storage/cursor_formatters.py
cvs rdiff -r1.14 -r1.15 PEAK/src/peak/tools/n2/sql.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