alfonsodg / demo-web2py

Apache License 2.0
0 stars 0 forks source link

quote typo in r271 gql.py (fixed) #14

Closed alfonsodg closed 10 years ago

alfonsodg commented 10 years ago

From robi...@gmail.com on June 18, 2008 23:34:21

Please provide any additional information below. if left.type=='text:

Original issue: http://code.google.com/p/web2py/issues/detail?id=14

alfonsodg commented 10 years ago

From massimod...@gmail.com on June 18, 2008 21:42:41

Summary: quote typo in r271 gql.py (fixed)
Status: Fixed

alfonsodg commented 10 years ago

From robi...@gmail.com on June 18, 2008 21:43:09

There are further problems with r271 :

gql.py", line 316, in and def and(self,other): return SQLQuery('%s AND %s'%(self,other))

gql.py", line 297, in init if left.type=='text': AttributeError: 'str' object has no attribute 'type'