orientechnologies / pyorient

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

how can I deal with the escape strings? #10

Closed lbbds closed 8 years ago

lbbds commented 8 years ago

I'd like to insert the data like "abc'efg" into orientdb but the error is rose. Is there a function or def like mysql_escape_string?OR other method to avoid the sort of problems?

Ostico commented 8 years ago

Closing