summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0059ab9)
raw | patch | inline | side by side (parent: 0059ab9)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 25 Sep 2002 05:27:29 +0000 (05:27 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 25 Sep 2002 05:27:29 +0000 (05:27 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1234 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/backends/rdbms_common.py | patch | blob | history |
index 6f2c75b99803bcddc7300c32aa37c89d47cb6fed..f0acaee844380fd52efd0e0b019a00adec0af9d2 100644 (file)
-# $Id: rdbms_common.py,v 1.17 2002-09-25 04:56:21 richard Exp $
+# $Id: rdbms_common.py,v 1.18 2002-09-25 05:27:29 richard Exp $
# standard python modules
import sys, os, time, re, errno, weakref, copy
args = tuple(args)
if __debug__:
print >>hyperdb.DEBUG, 'filter', (self, sql, args)
- print sql
self.db.cursor.execute(sql, args)
l = self.db.cursor.fetchall()