diff options
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) |