I've posted a Zope PostgreSQL Database Adapter to the Contrib area of the Zope site. It uses the PyGreSQL-2.2 extension module. Source for the module and sample data are included in the tar file. Please send me any suggested improvements and bug reports. Maury
On Thu, 7 Jan 1999, Maurice Davis wrote:
I've posted a Zope PostgreSQL Database Adapter to the Contrib area of the Zope site.
Three cheers for Maurice! Thanks, that makes my life easier. Mike. -- --- | Mike Pelletier Work: 519-746-1607 /opeware! | Software Developer Home: 519-725-7710 --- | mike@zopeware.com Fax: 519-746-7566 http://www.zopeware.com | Zopeware is not endorsed by Digital Creations
Version 0.2 of the Zope PostgreSQL Database Adapter has been posted to the Contrib area of the Zope site. Thanks to those who submitted bug reports. It uses the PyGreSQL-2.2 extension module. Source for the module and sample data are included in the tar file. It should now return a proper response when there is no data from a select query and it now supports Unix sockets in addition to TCP/IP. The date format in the sample database was changed to ISO format. Please send me any suggested improvements and bug reports. Maury
Maurice Davis wrote:
Version 0.2 of the Zope PostgreSQL Database Adapter has been posted to the Contrib area of the Zope site. Thanks to those who submitted bug reports.
It uses the PyGreSQL-2.2 extension module. Source for the module and sample data are included in the tar file.
Does it run with Zope 1.10.2 ? I just untarred it under Products and restarted Zope - only got a notice in pcgi.log: unable to publish module. Should I do something more ? I will go to sleep now and continue tomorrow ;) --------------------- Hannu
Hannu Krosing wrote:
Maurice Davis wrote:
Version 0.2 of the Zope PostgreSQL Database Adapter has been posted to the Contrib area of the Zope site. Thanks to those who submitted bug reports.
It uses the PyGreSQL-2.2 extension module. Source for the module and sample data are included in the tar file.
Does it run with Zope 1.10.2 ?
I have just been trying it with 1.10.2 this weekend. No problems thus far.
I just untarred it under Products and restarted Zope - only got a notice in pcgi.log: unable to publish module.
Should I do something more ?
Follow the directions in the README.txt file in the ZPyGreSQLDA directory under Products.
I will go to sleep now and continue tomorrow ;)
--------------------- Hannu
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
participants (3)
-
Hannu Krosing -
Maurice Davis -
Mike Pelletier