Surreal-Net / Surreal.Net

Database driver for SurrealDB available for REST and RPC sessions.
Apache License 2.0
57 stars 7 forks source link

Fixed Rpc Tests #9

Closed StephenGilboy closed 2 years ago

StephenGilboy commented 2 years ago

Rpc expects user/pass and JsonProperty did not work with Rpc.

The error message was a red herring. Turns out during the check to see if you have permissions to create a table if you're not authorized it returns a "table not found" error.