Skip to content

Bulk operations with In() usage problem #38

@alex-kulakov

Description

@alex-kulakov

Query like

session.Query.All<TestEntity>()
  .Where(x => x.Id.In(fieldDicationary.Keys))
  .Set(x=>x.StringField, x=>"prefix" + x.Id.ToString())
  .Update();

ends up with incorrect query which cause SQL error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions