Skip to content

Commit 5fbbdd1

Browse files
author
Richard Jones
committed
revert ID back to 1, not 0
1 parent 2b88bf3 commit 5fbbdd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/backends/rdbms_common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: rdbms_common.py,v 1.98.2.29 2004-12-03 22:13:26 richard Exp $
1+
# $Id: rdbms_common.py,v 1.98.2.30 2005-01-04 03:29:07 richard Exp $
22
''' Relational database (SQL) backend common code.
33
44
Basics:
@@ -694,7 +694,7 @@ def clear(self):
694694
if __debug__:
695695
print >>hyperdb.DEBUG, 'clear', (self, sql)
696696
self.cursor.execute(sql)
697-
self.setid(cn, 0)
697+
self.setid(cn, 1)
698698

699699
#
700700
# Nodes

0 commit comments

Comments
 (0)