Surreal-Net/Surreal.Net

Tests fail when run on SurealDB v1.0.0-beta.8

Du-z opened this issue · 7 comments

Du-z commented

Spent a few hours on this and couldn't get the basic Create then get by id to work.

Even via postman I cannot do SELECT * FROM object WHERE id = "object:1405536926";

Du-z commented

This is in Beta 8 and the test object was inserted using Rest Create endpoint
image

Du-z commented

It works when rolling back to Beta 7
image

I haven't tried this myself but it probably makes more sense to post this to the SurrealDB issues, not sure if this is intended or not.

Du-z commented

Yeah, wanted to confirm that it is now a issue from our implementation. But it is looking like it is a SurrealDB bug.

Bug raised here
surrealdb/surrealdb#1281

Du-z commented

Workaround for bug is in #78 and should be removed when this bug is resolved.

Commit for workaround aa5c45b

Keeping this issue open, as blocked, until the issue is resolved

Solved with nightly branch