-
I am trying to query an entity using nested expand to get the related entities.
`e.g queryContainer.Persons.Expand("Address($expand=Location)").ExecuteAsync();`
These are cardinality one relationsh…
-
Hi guys.
I have a pretty simple .NET Core v2.1 application with OData v4.0 (NuGet package Microsoft.AspNetCore.OData v7.0.0). I faced problem with $skip query parameter. As only I add this parame…
-
**Assemblies affected**
8.0.12
**Describe the bug**
When using $select or the $expand query statements with OData to query a cosmosDB collection I receive the following exceptions:
"Newtonsoft.…
-
### Type of Connector
Custom Connector
### Name of Connector
Tribe CRM
### Describe the bug
I'm building a Custom Connector on the [Odata service of Tribe CRM](https://www.postman.com/tribecrm/wo…
-
Hi, how to support OData queries and APIVersion?
-
Hi,
How can I convert This SQL Query to Odata Query
SELECT FirstName, LastName, MobileNo, COUNT(1) as CNT
FROM CUSTOMER
GROUP BY FirstName, LastName, MobileNo;
-
I m using odata-fluent-query in a vue 3 project that build with vite.
I have following warnings only for odata-fluent-query library:
```
Sourcemap for "C:/MyProject/node_modules/odata-fluent-quer…
-
*Linq navigation fails to translate.*
### Assemblies affected
*OData .Net lib 8 preview 1 and 2*
### Reproduce steps
Using the trippin reference service the following linq query fails …
-
**suggestion:** There is a rule in OData endpoint: "Only many-to-one relationships are supported for nested expansion".
My suggestion is to invert odata generation for case with many-to-many relation…
-
**Assemblies affected**
ASP.NET Core OData 8.2.4
**Describe the bug**
When using the query option `$apply` with `odata.metadata=full` the results an exception is thrown.
**Reproduce steps**
R…
Xriuk updated
2 weeks ago