Hi
I want to pass field values using python (Pyorient) to my vertices in 
orientdb.
I am using command:
for i in l2:
    client.command( '''insert into materials('name') values (i)")
where l2 is my string list containing names that I want to pass one by one 
to each vertex made inside the class materials during the for loop.But the 
problem is field names are not showing up.field is created but is empty and 
the name is not getting stored in the field.

-- 

--- 
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.

Reply via email to