Replies: 1 comment
-
|
Hello @ravz. This sounds like a potential bug. How does your custom skip token handler fix the issue? Does it rewrite the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using 8.2.0 OData connected to EF7 SQL database
For the key of one of my tables I'm using a custom name that does not match the column name
Everything works fine except the generated skiptoken uri comes out as
$skiptoken=CostId-1000which does not work, if I change it to
$skiptoken=Id-1000it does work
I created a custom skip token handler to specifically correct for this table, but I was wondering if there is a more generic way to fix this and/or is this a bug that I should create an Issue for?
Beta Was this translation helpful? Give feedback.
All reactions