-
I want to create a record to test the request: /odata/CHAIR?$filter=CREATED_BY/FIRST_NAME eq 'LIMS'&$orderby=Id asc
With the code as below:
.path("/odata/CHAIR")
.query("$filter=CREATED_BY/FIRST_…
-
we are converting our RESTier server to a Multi-tenant server and I was wondering if RESTier has support for that.
is there a built-in way to register an EDM model per tenant?
and if not what would…
-
## Description
Identified in a production Europeana run. It seems like some Europeana cursor values are not being encoded properly, resulting in a 400.
## Reproduction
Run the Europ…
-
Hello,
I have find a problem when using the method GetQueryAsync. When I use this method give the error "The type 'Module1.CountryDto' has not been declared in the entity data model."
I have a E…
-
HI,
Does your repo is supporting the scenario which I provide edmx/ metadata XML and
it will generate service which can answer the calls according to the edm structure ?
Thanks,
Jenney
-
~In PFF production, the row count for Y2006-2010 _demographic_ data is 380,411:~
~`select count(dataset) from demographic where dataset = 'Y2006-2010';`~
~However, in EDM's database, the count f…
-
I have a generically typed OData controller that is able to handle requests from multiple routes/entities. This is hooked up using custom `IApplicationFeatureProvider` and `IControllerModelConvent…
-
[Your docs](https://github.com/botorange/xiaoju/wiki/API-Doc#%E5%8F%91%E6%B6%88%E6%81%AFurl%E4%B8%BA-httpsex-apibotorangecommessagesend
) say to expect:
```js
{
“chatId”: “bcdw2j234ko1”,
…
dcsan updated
4 years ago
-
code:
"name": "actionsVector",
"type": "Collection(Edm.Single)",
"searchable": True,
"retrievable": True,
**"dimensions": …
-
Hi there!
I am new to OData but I think I have found some behaviour that isn't working as documented...
In order for the ODataConventionModelBuilder to work, your entities' key properties should…