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
It's possible this is intended behavior, but if so it should be detailed in the findOne documentation as you would always expect findOne to return exactly one record.
A bug. We look for the presense of a primary key in where to remove the limit (easier queries), but this should only happen for primitives or buffers i guess.
It's possible this is intended behavior, but if so it should be detailed in the findOne documentation as you would always expect findOne to return exactly one record.
Dialect: PostgreSQL
Sequelize Version: 3.6.0
Sample Code:
Actual output:
Expected output:
The text was updated successfully, but these errors were encountered: