[issue14076] sqlite3 module ignores placeholders in CREATE TRIGGER code

Matthew Barnett report at bugs.python.org
Tue Sep 9 17:21:58 CEST 2014


Matthew Barnett added the comment:

For comparison:

Python 3.1.3:
[(b'',)]

Python 3.2.5:
[(None,)]

Python 3.3.5:
[(b'',)]

Python 3.4.1:
sqlite3.OperationalError: trigger cannot use variables

----------
nosy: +mrabarnett

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14076>
_______________________________________


More information about the Python-bugs-list mailing list