Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   darcy
Date:           Mon Jul  3 14:10:37 UTC 2000

Modified Files:
        pkgsrc/databases/py-postgresql: Makefile
        pkgsrc/databases/py-postgresql/files: md5
        pkgsrc/databases/py-postgresql/pkg: DESCR PLIST

Log Message:
Upgrade to verson 3.0.  The most important change here is addition of
the Python DB-API module.  Also, note backwards compatibility issue.

Important changes for 3.0

  Remove strlen() call from pglarge_write() and get size from object.
      (Richard%Bouska.cz@localhost)
  Add a little more error checking to the quote function in the wrapper
  Add extra checking in _quote function
  Wrap query in pg.py for debugging
  Add DB-API 2.0 support to pgmodule.c (andre%via.ecp.fr@localhost)
  Add DB-API 2.0 wrapper pgdb.py (andre%via.ecp.fr@localhost)
  Correct keyword clash (temp) in tutorial
  Clean up layout of tutorial
  Return NULL values as None (rlawrence%lastfoot.com@localhost) (WARNING: This 
will
      cause backwards compatibility issues.)
  Change None to NULL in insert and update
  Change hash-bang lines to use /usr/bin/env
  Clearing date should be blank (NULL) not TODAY
  Quote backslashes in strings in _quote (brian%CSUA.Berkeley.EDU@localhost)
  Expanded and clarified build instructions 
(tbryan%starship.python.net@localhost)
  Make code thread safe (Jerome.Alet%unice.fr@localhost)
  Add README.distutils (mwa%gate.net@localhost & 
jeremy%cnri.reston.va.us@localhost)
  Many fixes by chifungfan%yahoo.com@localhost, tony%printra.net@localhost, 
jeremy%alum.mit.edu@localhost
      and others to get the final version ready to release.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/databases/py-postgresql/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/py-postgresql/files/md5
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/py-postgresql/pkg/DESCR \
    pkgsrc/databases/py-postgresql/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index