Hi Shishya, It seems to be late, but here is an answer to your question:
orientdb> drop property Session.id orientdb> update Session set newid = id.asFloat() orientdb> update Session remove id orientdb> update Session set id = newid orientdb> update Session remove newid orientdb> create property Session.id float Regards -- --- 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.
