surrealdb / surrealdb.py

SurrealDB SDK for Python
https://surrealdb.com
Apache License 2.0
181 stars 53 forks source link

Fix unicode error #57

Closed AlexFrid closed 1 year ago

AlexFrid commented 1 year ago

What is the motivation?

Fixing a parse error with using unicode characters in strings.

Type of Change

What does this change do?

Makes sure the json.dumps doesn't automatically convert unicode characters.

What is your testing strategy?

Ran manual suite on all the affected methods.

Is this related to any issues?

Yes: https://github.com/surrealdb/surrealdb.py/issues/56

Have you read the Contributing Guidelines?