mysql dialect: Expression exptected
Hi,
I just installed PyCharm3 and in my python files I get this errors:
"<expression> exptected, got %", where %s is.
for example in this line -> cursor.execute('select level from main_userprofile where user_id=%s', (uid,))
Why? Can I hide them?
I just installed PyCharm3 and in my python files I get this errors:
"<expression> exptected, got %", where %s is.
for example in this line -> cursor.execute('select level from main_userprofile where user_id=%s', (uid,))
Why? Can I hide them?
1 条评论
排序方式
日期
投票数
See this forum thread.
请先登录再写评论。