Surreal-Net / Surreal.Net

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

Feature: Query Parameters must be 'stringified' for them to work #19

Closed Du-z closed 2 years ago

Du-z commented 2 years ago

See the test RpcRoundTripTests.CreateAndParameterizedQueryRoundTripTest for an example where a struct must be converted to a to work.

https://github.com/ProphetLamb/Surreal.Net/blob/3ed84b191f60a98dd82837beec744d3e71129ae6/tests/Core.Tests/RoundTripTests.cs#L93

ProphetLamb commented 2 years ago

Fixed in #26

Du-z commented 2 years ago

Yeah looks good!