Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit588463a

Browse files
committed
Make sure that everything says version 3.2.
1 parent54e374c commit588463a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

‎src/interfaces/python/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Version 3.2
99
- Add WIN32 support (gerhard@bigfoot.de)
1010
- Fix some DB-API quoting problems (niall.smart@ebeon.com)
1111
- Moved development into PostgreSQL development tree.
12+
- Added NUMERICOID to list of returned types.
1213

1314
Version 3.1
1415
- Fix some quoting functions. In particular handle NULLs better.

‎src/interfaces/python/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ based on the PyGres95 code written by Pascal Andre, andre@chimay.via.ecp.fr.
6464
I changed the version to 2.0 and updated the code for Python 1.5 and
6565
PostgreSQL 6.2.1. While I was at it I upgraded the code to use full ANSI
6666
style prototypes and changed the order of arguments to connect. The latest
67-
version of PyGreSQL works with PostgreSQL6.5 and Python1.5.2.
67+
version of PyGreSQL works with PostgreSQL7.1.2 and Python2.0.
6868

6969

7070
1.2. Distribution files

‎src/interfaces/python/pgmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#defineNUMERICOID1700
4747

4848
staticPyObject*PGError;
49-
staticconstchar*PyPgVersion="3.1";
49+
staticconstchar*PyPgVersion="3.2";
5050

5151
/* taken from fileobject.c */
5252
#defineBUF(v) PyString_AS_STRING((PyStringObject *)(v))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp