insert, update have unused **kwargs

Issue #260 resolved
Former user created an issue

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)

  1. Log in to comment