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
If you do not explicitly set the idField in a db service's settings, the sequelize adapter (I only know of sequelize doing this, maybe other adapters have the same behavior) returns an object, that has the _id field set explictly to undefined.
Is this wanted or an oversight?
The text was updated successfully, but these errors were encountered:
Floha258
changed the title
sequelize adapter: Returns an object with undefined _id if not explicitly set
sequelize adapter: Returns an object with undefined _id if idField is not explicitly set
Feb 1, 2023
If you do not explicitly set the idField in a db service's settings, the sequelize adapter (I only know of sequelize doing this, maybe other adapters have the same behavior) returns an object, that has the _id field set explictly to undefined.
Is this wanted or an oversight?
The text was updated successfully, but these errors were encountered: