buildpg icon indicating copy to clipboard operation
buildpg copied to clipboard

support Values.render_set()

Open samuelcolvin opened this issue 6 years ago • 0 comments

So we can do:

await conn.execute_b('update foo set :values__set', values=Values(a=1, b=2))

samuelcolvin avatar May 02 '19 16:05 samuelcolvin