Mercurial > p > roundup > code
diff roundup/backends/rdbms_common.py @ 1557:b8fcf2763033
sigh
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 26 Mar 2003 05:29:06 +0000 |
| parents | 9e89f5394f6c |
| children | e2a8ce4d2317 |
line wrap: on
line diff
--- a/roundup/backends/rdbms_common.py Wed Mar 26 05:28:32 2003 +0000 +++ b/roundup/backends/rdbms_common.py Wed Mar 26 05:29:06 2003 +0000 @@ -1,4 +1,4 @@ -# $Id: rdbms_common.py,v 1.50 2003-03-26 05:28:32 richard Exp $ +# $Id: rdbms_common.py,v 1.51 2003-03-26 05:29:06 richard Exp $ ''' Relational database (SQL) backend common code. Basics: @@ -1781,7 +1781,6 @@ where = [] args = [] a = self.db.arg - print filterspec for k, v in filterspec.items(): propclass = props[k] # now do other where clause stuff @@ -1931,7 +1930,6 @@ print >>hyperdb.DEBUG, 'filter', (self, sql, args) self.db.cursor.execute(sql, args) l = self.db.cursor.fetchall() - print sql, l # return the IDs (the first column) # XXX The filter(None, l) bit is sqlite-specific... if there's _NO_
