Skip to content

Update records based on multi medel ids (Links) #159

@nomi-ramzan

Description

@nomi-ramzan

I am trying to update multi records based on multi model ids but it is not working properly.
When i run query in Orientdb
UPDATE items SET status = 1 WHERE link_id IN [#1:1, #1:2]
it works fine
But when I am trying to run it on sails no record updates
Items.update({ link_id: ['#1:1', '#1:2'] }, {status:1})
How can I do this ?
Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions