Rafael Capucho added the comment:

I got:

SELECT COUNT(*) FROM `{a}` entry WHERE entry.type == 'device' AND 
entry.instance == {a}

I expect the value of `{a}` changed, like:

SELECT COUNT(*) FROM `some_underscored_value` entry WHERE entry.type == 
'device' AND entry.instance == some_underscored_value

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29668>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to