E&S CVS Commit: PEAK - When creating a 'PropertyName()', it's now possible to force conversion of

pje at eby-sarna.com pje at eby-sarna.com
Thu Jul 31 18:32:01 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Thu Jul 31 22:31:01 UTC 2003

Modified Files:
	PEAK: CHANGES.txt
	PEAK/src/peak/api: __init__.py
	PEAK/src/peak/storage: SQL.py

Log Message:
When creating a 'PropertyName()', it's now possible to force conversion of
invalid characters to '_', by supplying 'force=True'.  This doesn't address
syntactic issues (like having a non-terminating '*'), or character sets
(non-ASCII characters are still rejected).  But it's convenient for things
like filenames or text that might contain spaces.  Used this new ability
to fix the SQL typeMap problem when spaces appear in SQL type names.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.65&r2=1.66
http://cvs.eby-sarna.com/PEAK/src/peak/api/__init__.py.diff?r1=1.32&r2=1.33
http://cvs.eby-sarna.com/PEAK/src/peak/storage/SQL.py.diff?r1=1.46&r2=1.47

To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 PEAK/CHANGES.txt
cvs rdiff -r1.32 -r1.33 PEAK/src/peak/api/__init__.py
cvs rdiff -r1.46 -r1.47 PEAK/src/peak/storage/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