@scott, Thank you for the prompt reply. I was primarily concerned with binding / restrictions in SQL queries, for example: ...(`SELECT * FROM Accounts WHERE id = ? LIMIT 1`).Query(&myUUIDValue)
Also there's no uuid in a property type selection list of Orient's UI. OK, may be this is a question to driver's developers, not the Orient team. But anyways, Scott, what's your opinion about having a dedicated uuid type? Dennis On Wednesday, January 6, 2016 at 7:03:09 AM UTC-5, scott molinari wrote: > > You can use a regular text field and do this now. > > INSERT INTO Account SET id = UUID() > > http://orientdb.com/docs/2.1/SQL-Functions.html#uuid > > Then make an index on the id field. > > Would that help you? > > Scott > -- --- 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.
