Skip to content

Commit eb43d27

Browse files
author
Richard Jones
committed
revert ID back to 1, not 0
1 parent fb33c6f commit eb43d27

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.142 2004-12-03 22:11:06 richard Exp $
1+
# $Id: rdbms_common.py,v 1.142.2.1 2005-01-04 03:28:07 richard Exp $
22
''' Relational database (SQL) backend common code.
33
44
Basics:
@@ -671,7 +671,7 @@ def clear(self):
671671
for cn in self.classes.keys():
672672
sql = 'delete from _%s'%cn
673673
self.sql(sql)
674-
self.setid(cn, 0)
674+
self.setid(cn, 1)
675675

676676
#
677677
# Nodes

0 commit comments

Comments
 (0)