Open khanaffan opened 1 month ago
This pull request is now in conflicts. Could you fix it @khanaffan? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/
does this need to be in a 4.9 patch?
Previous behavior
UseJsPropertyName
also implicitly meanClassIdToClassName
wastrue
. But if explicitly specifiedClassIdToClassName: false
we did not return classId(s) instead it will still return class names.New behavior
UseJsPropertyName
still default toClassIdToClassName: true
unlessClassIdToClassName: false
is specified. If false was specified, then classId(s) are returned.Instance query when use with option
USE_JS_NAMES
continue to returnUseJsPropertyName: true, ClassIdToClassName: true
.@soham-bentley added new test for various permutations of
ECSqlRowFormat
,classIdToClassNames
&abbrivateBlob
.imodel-native: https://github.com/iTwin/imodel-native/pull/883