surrealdb / surrealdb.go

SurrealDB SDK for Golang
https://surrealdb.com
Apache License 2.0
231 stars 62 forks source link

Fix for changes past beta-9 #55

Closed phughk closed 1 year ago

phughk commented 1 year ago

Beta-9 made some changes to json obj/array that were breaking tests. This is fixed in #52 , but this change further improves on that by modifying the tests to behave accordingly.