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 looks like association keys are stored as integers, however this leads to a problem. Couchdb stores ids as strings, so all my associations fail because, e.g.
foreign key: 55368
actual id: 55368fce8b9939ff4a28acfafd065e07
Am I missing something obvious?
The text was updated successfully, but these errors were encountered:
I have run into this same issue trying to use the associations within Sails.
Doing this, when there is only one Document for "Parent" it will work, and bring in the associated parent document, however as soon as you add a document to either parent or chlid, it will stop working :
It looks like association keys are stored as integers, however this leads to a problem. Couchdb stores ids as strings, so all my associations fail because, e.g.
foreign key:
55368
actual id:
55368fce8b9939ff4a28acfafd065e07
Am I missing something obvious?
The text was updated successfully, but these errors were encountered: