Mercurial > p > roundup > code
diff roundup/backends/rdbms_common.py @ 1410:3a853f1c20b5 maint-0.5
backporting fixes from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 06 Feb 2003 05:44:49 +0000 |
| parents | 1cc9c6bc17bd |
| children | e6b2d51e5b95 |
line wrap: on
line diff
--- a/roundup/backends/rdbms_common.py Fri Jan 24 06:42:32 2003 +0000 +++ b/roundup/backends/rdbms_common.py Thu Feb 06 05:44:49 2003 +0000 @@ -1,4 +1,4 @@ -# $Id: rdbms_common.py,v 1.27.2.1 2003-01-12 23:57:16 richard Exp $ +# $Id: rdbms_common.py,v 1.27.2.2 2003-02-06 05:44:49 richard Exp $ ''' Relational database (SQL) backend common code. Basics: @@ -1540,7 +1540,7 @@ The returned list contains tuples of the form - (date, tag, action, params) + (nodeid, 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.
