Update of /cvsroot/modeling/ProjectModeling/Modeling
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26393/Modeling
Modified Files:
SQLExpression.py
Log Message:
Applied <<trivial>> patch #1040045 submitted by John R. Lenton --typo corrections in the documentation
Index: SQLExpression.py
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/SQLExpression.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** SQLExpression.py 20 Jul 2004 06:21:37 -0000 1.29
--- SQLExpression.py 18 Oct 2004 20:35:28 -0000 1.30
***************
*** 415,419 ****
def assembleDeleteStatementWithQualifier(self, aQualifier, tableList, whereClause):
"""
! Generates the SQL INSERT statement and assigns it to self's statement()
The generated statement has the following format::
--- 415,419 ----
def assembleDeleteStatementWithQualifier(self, aQualifier, tableList, whereClause):
"""
! Generates the SQL DELETE statement and assigns it to self's statement()
The generated statement has the following format::
|