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 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.
The text was updated successfully, but these errors were encountered:
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:
Such a query is always returned with an error:
Would be really great if this would work.
The text was updated successfully, but these errors were encountered: