Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Update Embedded Object in LiteDB Studio #81

Open
VirtualMagic opened this issue Nov 3, 2023 · 0 comments
Open

[Question] Update Embedded Object in LiteDB Studio #81

VirtualMagic opened this issue Nov 3, 2023 · 0 comments

Comments

@VirtualMagic
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant