@tornado.gen.coroutine def get_myfriens(self,friends): query = 'SELECT username, avatar_url FROM users WHERE mid IN (759428,480672);' cursor = yield self.execute(query)
这样会报错:
psycopg2.ProgrammingError: operator does not exist: text = integer LINE 1: SELECT username, avatar_url FROM users WHERE mid in (759428,... ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
p8p8
2014-12-03 23:58:56 +08:00
是我自己字段的问题,设置好了,谢谢大家!
第 1 页 / 共 1 页
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。