diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-12-17 01:43:04 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-12-17 01:43:04 +0000 |
| commit | e9491eb91c268166d3694ff3289b43ff5acb1892 (patch) | |
| tree | b338bf03b83a1a2c49acc7fd71dcab66bbce4568 /src/interfaces/python/ChangeLog | |
| parent | c13a64d7fb3002f437fdf9ab28120c00d0853d04 (diff) | |
Upgrade to Pygress 2.2.
Diffstat (limited to 'src/interfaces/python/ChangeLog')
| -rw-r--r-- | src/interfaces/python/ChangeLog | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/src/interfaces/python/ChangeLog b/src/interfaces/python/ChangeLog index 71e4d9f8970..3d08b87e309 100644 --- a/src/interfaces/python/ChangeLog +++ b/src/interfaces/python/ChangeLog @@ -2,9 +2,23 @@ PyGreSQL changelog. =================== This software is copyright (c) 1995, Pascal Andre (andre@via.ecp.fr) -Further copyright 1997 by D'Arcy J.M. Cain (darcy@druid.net) +Further copyright 1997, 1998 by D'Arcy J.M. Cain (darcy@druid.net) See file README for copyright information. +Version 2.2 + - Added user and password support thanks to Ng Pheng Siong <ngps@post1.com> + - Insert queries return the inserted oid + - Add new pg wrapper (C modile renamed to _pg) + - Wrapped database connection in a class. + - Cleaned up some of the tutorial. (More work needed.) + - Added version and __version__. Thanks to thilo@eevolute.com for + the suggestion. + +Version 2.1 + - return fields as proper Python objects for field type + - Cleaned up pgext.py + - Added dictresult method + Version 2.0 (23/12/1997): - updated code for PostgreSQL 6.2.1 and Python 1.5 - reformatted code and converted to ANSI @@ -12,20 +26,24 @@ Version 2.0 (23/12/1997): - changed order of arguments to connect function - Created new type pgqueryobject and moved certain methods to it. - Added a print function for pgqueryobject + Version 1.0b (4/11/1995): - keyword support for connect function moved from library file to C code and taken away from library. - rewrote documentation - bug fix in connect function - enhancements in large objects interface methods + Version 1.0a (30/10/1995) (limited release): - module adapted to standard Python syntax - keyword support for connect function in library file - rewrote default parameters interface (internal use of strings) - fixed minor bugs in module interface - redefinition of error messages + Version 0.9b (10/10/1995) (first public release): - large objects implementation - - many bug fixes, enhancments, ... + - many bug fixes, enhancements, ... + Version 0.1a (7/10/1995): - basic libpq functions (SQL access) |
