Skip to content

Commit e8f0e6a

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 54b172c commit e8f0e6a

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.122 2004-07-19 00:36:31 richard Exp $
1+
# $Id: rdbms_common.py,v 1.123 2004-07-19 01:49:51 richard Exp $
22
''' Relational database (SQL) backend common code.
33
44
Basics:
@@ -1996,7 +1996,7 @@ def filter(self, search_matches, filterspec, sort=(None,None),
19961996
timezone = self.db.getUserTimezone()
19971997

19981998
# vars to hold the components of the SQL statement
1999-
frum = [] # FROM clauses
1999+
frum = [] # FROM clauses
20002000
loj = [] # LEFT OUTER JOIN clauses
20012001
where = [] # WHERE clauses
20022002
args = [] # *any* positional arguments

0 commit comments

Comments
 (0)