surrealdb / surrealdb.js

SurrealDB SDK for JavaScript
https://surrealdb.com
Apache License 2.0
271 stars 46 forks source link

fix: fix json conversion of geometries #280

Closed Odonno closed 4 weeks ago

Odonno commented 4 weeks ago

Thank you for submitting this pull request! We appreciate you spending the time to work on these changes.

What is the motivation?

I guess it was there for a reason.

What does this change do?

Revert change on geometries property to properly handle JSON serialization.

What is your testing strategy?

N/A

Is this related to any issues?

Tested with Surrealist. The inner geometries are not converted into JSON objects.

Have you read the Contributing Guidelines?