Add 'extra' argument to insertInto and update
svemat01 opened this issue · 0 comments
svemat01 commented
ScylloClient#insertInto
and ScylloClient#update
are missing the optional argument extra
that ScylloClient#selectFrom
and ScylloClient#deleteFrom
has.
The extra
argument is used to pass in extra options that should be passed along with the normal query to the database.