orientechnologies / pyorient

OrientDB driver for Python that uses the binary protocol.
Apache License 2.0
119 stars 38 forks source link

delete vertex #5

Closed el3ctron closed 9 years ago

el3ctron commented 9 years ago

i'm trying some routines to delete vertex but nothing works

comandoo='delete vertex where @class = "repos"'
client.command(comandoo)
client.query("delete vertex where @class = repos;")

there is some option to do this?

thanks!

el3ctron commented 9 years ago

sorry there is no issue on your sw, there is a problem in my code!