-Announce: Release of PyGreSQL version 3.2 (beta)
-===============================================
+Announce: Release of PyGreSQL version 3.2
+=========================================
PyGreSQL v3.2 has been released.
It is available at: ftp://ftp.druid.net/pub/distrib/PyGreSQL.tgz. If
arguments to connect. Later versions are fixes and enhancements to that.
The latest version of PyGreSQL works with Python 1.5.2 and PostgreSQL 7.0.x
+Important changes from PyGreSQL 3.1 to PyGreSQL 3.2
+ Note that there are very few changes to PostgreSQL between 3.1 and
+ 3.2. The main reason for the release is the move into the PostgreSQL
+ development tree. Even the WIN32 changes are pretty minor.
+ - Moved development into PostgreSQL development tree.
+
Important changes from PyGreSQL 3.0 to PyGreSQL 3.1
- Fix some quoting functions. In particular handle NULLs better.
- Use a method to add primary key information rather than direct
See file README for copyright information.
+Version 3.2
+ - Moved development into PostgreSQL development tree.
+
Version 3.1
- Fix some quoting functions. In particular handle NULLs better.
- Use a method to add primary key information rather than direct