dotnet-arangodb icon indicating copy to clipboard operation
dotnet-arangodb copied to clipboard

.NET Driver for ArangoDB

Results 2 dotnet-arangodb issues
Sort by recently updated
recently updated
newest added

I noticed the `ExecuteStreamAsync` method retains the `firstResult` for the entire duration of the enumerator. This results in a potentially large chunk of memory being held unnecessarily. I have changed...

Hello, i have been trying to make a generic get method for an easier generic implementation (with dynamic filters) i am basically trying to build a query following this model...