pyorient icon indicating copy to clipboard operation
pyorient copied to clipboard

string format error when convert OrientRecordLink object to str.

Open HuangKBAaron opened this issue 7 years ago • 1 comments

if the query return an OrientRecordLink object instance, like: res = client.command(select from V) print(str(res[0])) # output "##32:3" print(res[0].get()) # output "#32:3"

HuangKBAaron avatar Aug 05 '17 14:08 HuangKBAaron

Should be fixed in develop branch.

TropicalPenguin avatar Aug 05 '17 21:08 TropicalPenguin