get rid of that silly dictionary syntax in the UPDATE examples in the SQL Expression tutorial

Issue #1533 resolved
Mike Bayer repo owner created an issue

i.e. replace with:

table.update().values(colname=table.c.somecol + "somevalue")

Comments (2)

  1. Log in to comment