coronabytes / dotnet-arangodb

.NET Driver for ArangoDB
Apache License 2.0
67 stars 18 forks source link

Linq methods #39

Closed jannesiera closed 2 years ago

jannesiera commented 2 years ago

We have currently paused development on these. Hopefully someone continues the work :).

coronabytes commented 2 years ago

@jannesiera can you please fixup or delete these non working tests?

For TRIM with the missing params, can't you just just rewrite the query to LTRIM(RTRIM(x, p), p) ? performance hit should be negligible