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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14076>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to