broken test for update short path
Sequelize tries to optimize which fields are being updated by checking previous data values, and determining whether or not fields should be used in an UPDATE clause. Unfortunately, the case where NO fields should be used in the clause was never checked.
Showing
with
30 additions
and
2 deletions
-
Please register or sign in to post a comment