E&S CVS Commit: PEAK - Fixed problem with PostgreSQL reported by Radek Kanovsky; PEAK was assuming

pje at eby-sarna.com pje at eby-sarna.com
Tue Feb 18 19:24:00 EST 2003


Module Name:	PEAK
Committed By:	pje
Date:		Wed Feb 19 00:23:25 UTC 2003

Modified Files:
	PEAK/src/peak/storage: SQL.py

Log Message:
Fixed problem with PostgreSQL reported by Radek Kanovsky; PEAK was assuming
that if a cursor didn't support 'nextset()', it wouldn't have a nextset
method.  For some strange reason, the most recent PostgreSQL DBAPI module
goes out of its way to have a 'nextset()' method that never works, contrary
to the recommendations of the DBAPI (that if it doesn't work, it shouldn't
be there).  At least the fix should have no real impact for any other 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.28&r2=1.29

To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 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