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 comment
Sort by
Date
Votes
See this forum thread.
Please sign in to leave a comment.