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
This is not working. The weird thing is that if I make three objects on my own with A_id and B_id it will work (r.table('A_B').insert([ rel, rel, rel ]);) then think knows about it
The text was updated successfully, but these errors were encountered:
Promotion called "3 beer" has 3 times the Item called "Beer".
I tried once adding extra data to relationship. #282 is mine :D. I'll check this if I have time one day o/.
But why would hasAndBelongsToMany supports only one relationship ? (When it supports "without coding effort" if there is three times the same relationship inside ?
The easy way would be to change addRelation to make an entry inside the table with id1_id2 without caring if there is already an entry and then everything would work
Bug report
Hi,
Here is a simplified script of what is notworking
This is not working. The weird thing is that if I make three objects on my own with
A_id
andB_id
it will work (r.table('A_B').insert([ rel, rel, rel ]);
) then think knows about itThe text was updated successfully, but these errors were encountered: