surrealdb.net icon indicating copy to clipboard operation
surrealdb.net copied to clipboard

SurrealDB SDK for .NET

Results 48 surrealdb.net issues
Sort by recently updated
recently updated
newest added

using the driver with WS engine: SurrealDb.Net.Exceptions.SurrealDbException : There was a problem with the database: Found 'TestRecords:{"x":"xx","z":"zz"}' for the id field, but a specific record has been specified ``` public...

I have a scemafull with a field defined as `string` and if I set it to a string which is in the form of a record (e.g. `test:string`) then it...

I have created a schemafull table with an optional field (option) and mapped a C# object to it. But when I try to insert new records using Upsert or Create,...

Dear all As always, thank you for your hard work Maybe I'm doing something wrong, but I think I have found an issue. Launching several tasks to ``Create`` several tweets...

Added 2 benchmarks method to parse Duration * one from a string (`ReadOnlySpan`), avoiding complex parser * one from a `[long?, int?]` array Result: * less memory allocation * way...

To remove the need of a reference to surrealdb.net in the domain model an id of string type should be handled as well as the Thing type. Maybe mapping id...