--- gluon/contrib/gql.py (revision 682)
+++ gluon/contrib/gql.py (working copy)
@@ -489,7 +489,7 @@
def count(self):
self._db['_lastsql']='count'
return len(self.select())
- def delete(self)
+ def delete(self):
self._db['_lastsql']='delete'
if isinstance(self.where,QueryException):
item,tablename,fields=self._getitem_exception()
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---