zzzeek / sqla_issue_test

1 stars 0 forks source link

insert, update have unused **kwargs #260

Closed zzzeek closed 6 years ago

zzzeek commented 18 years ago

Originally reported by: Anonymous


kwargs from insert and update in sql.py are passed to Insert and Update init as **params, and subsequently ignored. Shouldn't these be removed?


zzzeek commented 18 years ago

Original comment by Michael Bayer (Bitbucket: zzzeek, GitHub: zzzeek):


sure, removed in changeset:1782