New issue 2682: sqlite3.Cursor has lastrowid set to None for multiline INSERT 
queries
https://bitbucket.org/pypy/pypy/issues/2682/sqlite3cursor-has-lastrowid-set-to-none

desbma:

The attached code fails (assert at line 15) on Pypy2 or Pypy3 5.9.0.

It works well on CPython.

It took me a lot of time to simplify the test case down to this. Surprisingly 
lastrowid is set to None only if the insert query is a multi line string...


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to