E&S CVS Commit: pylib - Converted existing DB components to bundles, and added first-draft

pje at eby-sarna.com pje at eby-sarna.com
Sat Dec 15 17:17:01 EST 2001


Module Name:	pylib
Committed By:	pje
Date:		Sat Dec 15 22:16:44 UTC 2001

Modified Files:
	pylib/TW/Database: Connections.py Records.py __init__.py
Added Files:
	pylib/TW/Database: DataModel.py

Log Message:
Converted existing DB components to bundles, and added first-draft
'DataModel' bundle which supports retrieval, caching, and writing of "raw"
data objects formatted according to the structure of the underlying "real"
storage mechanism.  Note: this is first-draft code and has not even been
compiled once yet...  Also, the Database.Records module is likely to
undergo some serious refactoring soon, so if you're coding based on it,
watch out!


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/pylib/TW/Database/Connections.py.diff?r1=1.9&r2=1.10
http://cvs.eby-sarna.com/pylib/TW/Database/DataModel.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/pylib/TW/Database/Records.py.diff?r1=1.7&r2=1.8
http://cvs.eby-sarna.com/pylib/TW/Database/__init__.py.diff?r1=1.2&r2=1.3

To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pylib/TW/Database/Connections.py
cvs rdiff -r0 -r1.1 pylib/TW/Database/DataModel.py
cvs rdiff -r1.7 -r1.8 pylib/TW/Database/Records.py
cvs rdiff -r1.2 -r1.3 pylib/TW/Database/__init__.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