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 have relation with compound key: opts.id = ['a','b']
Trying to run models.MyRelation.find({a:1,b:2}).remove(function(err){ ... })
produces an error: column "a,b" does not exist
I'm using posgres (if it matters)
The text was updated successfully, but these errors were encountered:
I have relation with compound key: opts.id = ['a','b']
Trying to run
models.MyRelation.find({a:1,b:2}).remove(function(err){ ... })
produces an error:
column "a,b" does not exist
I'm using posgres (if it matters)
The text was updated successfully, but these errors were encountered: