|
1 | 1 |
|
2 |
| -Announce: Release of PyGreSQL version 3.2 (beta) |
3 |
| -=============================================== |
| 2 | +Announce: Release of PyGreSQL version 3.2 |
| 3 | +========================================= |
4 | 4 |
|
5 | 5 | PyGreSQL v3.2 has been released.
|
6 | 6 | It is available at: ftp://ftp.druid.net/pub/distrib/PyGreSQL.tgz. If
|
@@ -44,6 +44,14 @@ the code to use full ANSI style prototypes and changed the order of
|
44 | 44 | arguments to connect. Later versions are fixes and enhancements to that.
|
45 | 45 | The latest version of PyGreSQL works with Python 1.5.2 and PostgreSQL 7.0.x
|
46 | 46 |
|
| 47 | +Important changes from PyGreSQL 3.1 to PyGreSQL 3.2 |
| 48 | + Note that there are very few changes to PostgreSQL between 3.1 and |
| 49 | + 3.2. The main reason for the release is the move into the PostgreSQL |
| 50 | + development tree. Even the WIN32 changes are pretty minor. |
| 51 | + - Add WIN32 support (gerhard@bigfoot.de) |
| 52 | + - Fix some DB-API quoting problems (niall.smart@ebeon.com) |
| 53 | + - Moved development into PostgreSQL development tree. |
| 54 | + |
47 | 55 | Important changes from PyGreSQL 3.0 to PyGreSQL 3.1
|
48 | 56 | - Fix some quoting functions. In particular handle NULLs better.
|
49 | 57 | - Use a method to add primary key information rather than direct
|
|