Hi Florin, null is a valid value for a property, so setting it to null just leaves it there, in the document. If you want to completely remove a property you have to use this statement:
update MyClass remote myPropertyName where... regards Luigi 2015-01-30 1:09 GMT+01:00 florin <[email protected]>: > Even when all values of all documents are set to NULL, the property > remains. > > This is all I can find: > > "The *Drop Property* command removes a property from the schema. This > doesn't remove the property values in records, but just change the schema > information. Records will continue to have the property values if any." ( > http://www.orientechnologies.com/docs/last/orientdb.wiki/SQL-Drop-Property.html). > > > However, there's got to be way to remove a property when no document has > any more values? > > Thanks. > > -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
