2010-04-12 44 views
2

我在GAE中使用web2py。在使用一些具有独特子句的查询时,GAE会抛出一个错误。我粘贴了Traceback。有人能帮我解决这个问题吗?在查询中使用截然不同的web2py错误

In FILE: /base/data/home/apps/panneersoda/1.341206242889687944/applications/init/controllers/default.py 

Traceback (most recent call last): 
    File "/base/data/home/apps/panneersoda/1.341206242889687944/gluon/restricted.py", line 173, in restricted 
    exec ccode in environment 
    File "/base/data/home/apps/panneersoda/1.341206242889687944/applications/init/controllers/default.py:profileview", line 263, in <module> 
    File "/base/data/home/apps/panneersoda/1.341206242889687944/gluon/globals.py", line 96, in <lambda> 
    self._caller = lambda f: f() 
    File "/base/data/home/apps/panneersoda/1.341206242889687944/applications/init/controllers/default.py:profileview", line 97, in profileview 
    File "/base/data/home/apps/panneersoda/1.341206242889687944/gluon/contrib/gql.py", line 675, in select 
    (items, tablename, fields) = self._select(*fields, **attributes) 
    File "/base/data/home/apps/panneersoda/1.341206242889687944/gluon/contrib/gql.py", line 624, in _select 
raise SyntaxError, 'invalid select attribute: %s' % key 
SyntaxError: invalid select attribute: distinct 

感谢

回答

2

对不起不同GAE上是不行的,只有RDBS。

+0

感谢您的回答:) – felix 2010-04-14 14:43:07