diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1999-05-19 14:46:54 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1999-05-19 14:46:54 +0000 |
| commit | 9487ad84090d68da70a52583d4299fca990758bc (patch) | |
| tree | a8fbcba8517f57c25c180bc32023d526c8903ea4 /src/interfaces/python/ChangeLog | |
| parent | 77ebed09f5762a65cc3100632c8ad091f28ca339 (diff) | |
Bring python up to date ...
From: D'Arcy J.M. Cain <darcy@druid.net>
Diffstat (limited to 'src/interfaces/python/ChangeLog')
| -rw-r--r-- | src/interfaces/python/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/interfaces/python/ChangeLog b/src/interfaces/python/ChangeLog index 4d988e60029..68d722bee60 100644 --- a/src/interfaces/python/ChangeLog +++ b/src/interfaces/python/ChangeLog @@ -5,6 +5,17 @@ This software is copyright (c) 1995, Pascal Andre (andre@via.ecp.fr) Further copyright 1997, 1998 and 1999 by D'Arcy J.M. Cain (darcy@druid.net) See file README for copyright information. +Version 2.4 + - Insert returns None if the user doesn't have select permissions + on the table. It can (and does) happen that one has insert but + not select permissions on a table. + - Added ntuples() method to query object (brit@druid.net) + - Corrected a bug related to getresult() and the money type + - Corrected a but related to negative money amounts + - Allow update based on primary key if munged oid not available and + table has a primary key + - Add many __doc__ strings. (andre@via.ecp.fr) + Version 2.3 - connect.host returns "localhost" when connected to Unix socket (torppa@tuhnu.cutery.fi) |
