- changed status to resolved
insert, update have unused **kwargs
Issue #260
resolved
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?
Comments (1)
-
repo owner - Log in to comment
sure, removed in changeset:1782