Roundup Tracker - Issues

Issue 679221

classification
doc for db.history is wrong: anydbm and rdbms_common
Type: Severity: normal
Components: Database Versions:
process
Status: closed fixed
:
: richard : richard
Priority: normal :

Created on 2003-02-02 21:48 by anonymous, last changed 2003-02-02 21:48 by anonymous.

Messages
msg624 Author: [hidden] (anonymous) Date: 2003-02-02 21:48
The doc says:

        The returned list contains tuples of the 
form

            (date, tag, action, params)

        'date' is a 
Timestamp object specifying the time of
             the change and
        
'tag' is the journaltag specified when the database
             was 
opened.

but it calls getjournal that returns a 5-ple of:

  
(nodeid, date.Date(date_stamp), user, action, 
params)

Basically add nodeid to the front of the 4-ple 
and
you are all set.

This is a problem in 
roundup/backends/
rdbms_common.py and back_anydbm 
but not a problem
in back_metakit since there is no doc string.
msg625 Author: [hidden] (anonymous) Date: 2003-02-02 21:50
Logged In: NO 

Oops forgot to sign that.

--rouilj
History
Date User Action Args
2003-02-02 21:48:01anonymouscreate