We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb33c6f commit eb43d27Copy full SHA for eb43d27
roundup/backends/rdbms_common.py
@@ -1,4 +1,4 @@
1
-# $Id: rdbms_common.py,v 1.142 2004-12-03 22:11:06 richard Exp $
+# $Id: rdbms_common.py,v 1.142.2.1 2005-01-04 03:28:07 richard Exp $
2
''' Relational database (SQL) backend common code.
3
4
Basics:
@@ -671,7 +671,7 @@ def clear(self):
671
for cn in self.classes.keys():
672
sql = 'delete from _%s'%cn
673
self.sql(sql)
674
- self.setid(cn, 0)
+ self.setid(cn, 1)
675
676
#
677
# Nodes
0 commit comments