E&S CVS Commit: PEAK - Starting support for SQL type maps and informative SQL errors.
pje at eby-sarna.com
pje at eby-sarna.com
Fri Nov 8 13:00:01 EST 2002
Module Name: PEAK
Committed By: pje
Date: Fri Nov 8 17:59:23 UTC 2002
Modified Files:
PEAK/src/peak/storage: SQL.py
Log Message:
Starting support for SQL type maps and informative SQL errors.
SQL Connections now have 'API' attrs that are their DBAPI module, and
a host of related useful attributes like the 'Date', 'Binary' and so on
functions from the DBAPI module. The idea for type maps is that properties
like 'peak.sql_types.DATETIME' will designate converter functions for
data retrieved from the DB.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/storage/SQL.py.diff?r1=1.10&r2=1.11
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 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