Diez B. Roggisch schrieb:
Right out of my head, and untested:

btn = BudgetTreeNode
q = btn.update().where(
    btn.id in id_list) # very unsure about this
    .values({btn.value: btn.value + 100})

probably something like 'btn.id.in_(id_list)'.

fs

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to