-
Notifications
You must be signed in to change notification settings - Fork 45
OData Version 4.02 Release Candidate #239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
HeikoTheissen
wants to merge
15
commits into
main
Choose a base branch
from
v4.02-release-candidate
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 6 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
5a343ff
ODATA-1214 - tag for constructor actions (#237)
ralfhandl 7aaad9f
Merge remote-tracking branch 'origin/main' into v4.02-release-candidate
HeikoTheissen 4b3d0bd
JSON: function "query" (#157)
ralfhandl 1e83dca
Alternative search syntax (#241)
HeikoTheissen 65740d8
Merge branch 'main' into v4.02-release-candidate
ralfhandl d19ba7a
Merge remote-tracking branch 'origin/main' into v4.02-release-candidate
HeikoTheissen ea7f3a1
Rebuilt
HeikoTheissen 42ef234
Merge remote-tracking branch 'origin/main' into v4.02-release-candidate
HeikoTheissen 490d782
MultiValueOrSearchExpression (#283)
HeikoTheissen 57fdac0
Merge remote-tracking branch 'origin/main' into v4.02-release-candidate
HeikoTheissen f7924d9
Merge remote-tracking branch 'origin/main' into v4.02-release-candidate
HeikoTheissen 34a90c2
Fixes https://github.com/oasis-tcs/odata-specs/issues/2109 (#299)
HeikoTheissen 4ee1961
Merge remote-tracking branch 'origin/main' into v4.02-release-candidate
HeikoTheissen c5554c8
Merge branch 'v4.02-release-candidate' of
HeikoTheissen e3f6105
Merge remote-tracking branch 'origin/main' into v4.02-release-candidate
HeikoTheissen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -748,14 +748,20 @@ | |
"UnsupportedExpressions": { | ||
"$Type": "Capabilities.SearchExpressions", | ||
"$DefaultValue": "none", | ||
"@Core.Description": "Expressions not supported in $search" | ||
"@Core.Description": "Expressions not supported in $search as specified by the standard syntax [OData-URL, section 5.1.8.1](https://docs.oasis-open.org/odata/odata/v4.02/odata-v4.02-part2-url-conventions.html#SearchExpressions)", | ||
"@Core.LongDescription": "An unsupported expression may be treated as a term to be matched even if the\n standard syntax treats it as a keyword." | ||
}, | ||
"SearchSyntax": { | ||
"$Nullable": true, | ||
"@Core.IsURL": true, | ||
"@Core.Description": "URL of the $search syntax supported by the service (null means the standard syntax [OData-URL, section 5.1.8.1](https://docs.oasis-open.org/odata/odata/v4.02/odata-v4.02-part2-url-conventions.html#SearchExpressions))" | ||
} | ||
}, | ||
"SearchExpressions": { | ||
"$Kind": "EnumType", | ||
"$IsFlags": true, | ||
"none": 0, | ||
"[email protected]": "Single search term", | ||
"[email protected]": "No unsupported expressions", | ||
"AND": 1, | ||
"[email protected]": "Multiple search terms, optionally separated by `AND`", | ||
"OR": 2, | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.