Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid
values
call for update statement
The previous statement generated a `BindParameter` that could not be serialized to JSON. This change switches to a Tuple that gets serialized successfully. It throwed a `TypeError` when trying to serialize
- Loading branch information