[Modeling-cvs] ProjectModeling/Modeling SQLExpression.py,1.29,1.30
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-10-18 20:35:37
|
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:: |