On 2017-05-31, Chris Angelico <[email protected]> wrote: > On Thu, Jun 1, 2017 at 12:10 AM, Jon Ribbens <[email protected]> > wrote: >> ... unless you want to call .commit() or .rollback(). >> Which is where we came in. > > Technically you CAN commit from the cursor: > > cur.connection.commit()
That's an optional extension. -- https://mail.python.org/mailman/listinfo/python-list
