You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you're right. Can you describe the behaviour you are seeing? If it is what I think I'd be surprised that the tests (or somebody else) didn't catch it before.
With the debug level logs I can see it make two queries against the table one for the count the other for every row. The queries have no where clauses while the update does. I believe the first two queries are coming from the this._getOrFind function call.
I believe the line
should be
https://github.com/feathersjs/feathers-sequelize/blob/edc431f82018b7f6f376030d05225b017f26bc41/src/index.js#L180
The text was updated successfully, but these errors were encountered: