-
Notifications
You must be signed in to change notification settings - Fork 245
ECSQL: support IS / IS NOT operator between operands (null-safe comparison) #9440
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
Open
khanaffan
wants to merge
14
commits into
master
Choose a base branch
from
affank/ecsql-is-operator
base: master
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.
Open
Changes from 10 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
7747126
Add rush change file for ECSQL IS / IS NOT operator changes
khanaffan db6a931
Add support for ECSQL IS / IS NOT operators and update documentation
khanaffan 0a64303
Enhance ECSQL `IS` / `IS NOT` operator functionality to support vario…
khanaffan faea16f
Add comment to core-backend change file for ECSQL IS / IS NOT operator
khanaffan 05855b3
Add markdown ECSQL runner tests for IS / IS NOT operator
khanaffan 943590c
Update ECSQL version to 2.0.4.0 in Misc.ecsql.md
khanaffan a3d7656
Merge branch 'master' into affank/ecsql-is-operator
khanaffan 6e26ba2
Enhance documentation for ECSQL IS operator to clarify type compatibi…
khanaffan 4706166
Merge branch 'master' into affank/ecsql-is-operator
khanaffan 5ada5c3
Increase tolerance for prepare time check in ConcurrentQuery tests
khanaffan 0e701b9
Refine ECSQL IS operator behavior and documentation for clarity on op…
khanaffan 9a092ad
Tighten IS-operator incompatible-type test to assert specific prepare…
khanaffan db239d0
Merge remote-tracking branch 'origin/master' into affank/ecsql-is-ope…
khanaffan 782b6e6
docs: clarify qualified-name fallback and fix tie-break wording for I…
khanaffan 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
common/changes/@itwin/core-backend/affank-ecsql-is-operator_2026-06-24-08-47.json
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 |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "changes": [ | ||
| { | ||
| "packageName": "@itwin/core-backend", | ||
| "comment": "Added tests and documentation for the new ECSQL `IS` / `IS NOT` operator (null-safe comparison between value expressions).", | ||
| "type": "none" | ||
| } | ||
| ], | ||
| "packageName": "@itwin/core-backend" | ||
| } | ||
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.
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.