edgedb-net icon indicating copy to clipboard operation
edgedb-net copied to clipboard

The official .NET client library for EdgeDB

Results 12 edgedb-net issues
Sort by recently updated
recently updated
newest added

**Summary** When trying to do a bulk insert with a "for" the query builder creates a faulty query that results in an EdgeDBErrorException. **Code** ```csharp return await QueryBuilder .For(factions, faction...

query builder

HI! I use abstract types in EdgeDB and I cannot deserialize them with the .NET library. I get an error when I try to query with a `__tname__` the following...