Skip to content

[Question] Update Embedded Object in LiteDB Studio #81

@VirtualMagic

Description

@VirtualMagic

I have an object in Lite DB. Let's call it Shipment. This object has a sub-object called PortoInformation. There is a Format property in the object. How can I update this property via Update? The following query runs into an error:

Update Shipment Set PortoInformation.Format = "Big" Where ShipmentId = 1

Such a query is always returned with an error:

Unexpected token `.` in position 37.

 Shipment Set PortoInformation.Format = "Big" -------------------------------^

Would be really great if this would work.

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