surrealdb / surrealdb.js

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

Add missing table cbor decoding #271

Closed Odonno closed 1 month ago

Odonno commented 1 month ago

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

What does this change do?

Add missing table cbor decoding.

What is your testing strategy?

Add a new integration test

Is this related to any issues?

Fixes https://github.com/surrealdb/surrealist/issues/287

Have you read the Contributing Guidelines?

kearfy commented 1 month ago

I never realised a table value could be returned that way! Thanks