Syzuna

Results 6 issues of Syzuna

Hello, I am using your library to register my services for my API gateway without issues, but I noticed that it still has a reference to Newtonsoft.Json as the only...

- EdgeDB Version: 2.1+c73716f - EdgeDB CLI Version: 2.1.0-dev.840+683a890 - OS Version: Windows 11, Version 21H2 Steps to Reproduce: 1. I am not sure how this happened so I am...

See https://github.com/devlooped/moq/issues/1372 for the reason why

**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

**Summary** When trying to do a bulk insert with a for and asking to select the inserted objects the query builder throws an InvalidOperationException because it cant wrap a global...

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