File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ This software is copyright (c) 1995, Pascal Andre (andre@via.ecp.fr)
5
5
Further copyright 1997, 1998 and 1999 by D'Arcy J.M. Cain (darcy@druid.net)
6
6
See file README for copyright information.
7
7
8
+ Version 3.2
9
+ - Add WIN32 support (gerhard@bigfoot.de)
10
+ - Fix some DB-API quoting problems (niall.smart@ebeon.com)
11
+ - Moved development into PostgreSQL development tree.
12
+
8
13
Version 3.1
9
14
- Fix some quoting functions. In particular handle NULLs better.
10
15
- Use a method to add primary key information rather than direct
You can’t perform that action at this time.
0 commit comments