1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
ZPyGreSQLDA Changes
--------------------
ZPyGreSQLDA 0.1 (Jan. 7, 1999)
In the beginning
- Using:
RedHat 5.2
PostgreSQL 6.3.2
PyGreSQL-2.2
Zope Zope-1.9.0-src.tar.gz
Python 1.5.1
- Modified ZMySQLDA's __init__.py, DA.py and db.py files to get pgmodule from
PyGreSQL-2.2 to work with Zope.
ZPyGreSQLDA 0.2 (Feb. 16, 1999)
Updated db.py to permit connections from Unix sockets and to correct bug which
returned an error when there were no records in a selection.
Changed date format in bb_game.data to ISO format. Original game data moved to
bb_game.data.old.
ZPyGreSQLDA 0.3 (March 1, 1999)
- Using:
RedHat 5.2
PostgreSQL 6.4.2
PyGreSQL-2.3
Zope Zope-1.10.2-src.tar.gz
Python 1.5.1
Upgraded from PyGreSQL-2.2 to PyGreSQL-2.3. Added close() method to the DB class in db.py so
that the backend postgres process is now terminated when the database connection is
shut down from Zope.
Included a repackaged sample data file, team.sql, which contains all data and so makes
separate data files unnecessary. Old data files removed. Thanks to Oleg Broytmann
<phd@sun.med.ru>.
|