Decisions
Not using TableProvider.insert_into
That's a fine convenience, but since there's nothing comparable for UPDATE
or DELETE
, we're going to need the less convenient code path anyway.
Links:
TableProvider.insert_into
That's a fine convenience, but since there's nothing comparable for UPDATE
or DELETE
, we're going to need the less convenient code path anyway.
Links: