漏洞 ID 编号 |
BUG-000166799 |
已提交 | April 17, 2024 |
上次修改时间 | September 4, 2024 |
适用范围 | ArcGIS Pro |
找到的版本 | 3.1 |
操作系统 | Windows OS |
操作系统版本 | 11.0 64 bit |
状态 | Non-Reproducible
在开发团队测试过程中,此问题不可重现。 为问题分配此状态的可能原因包括:问题无法重现,或不再与软件的开发版本相关,但未安装特定修复程序来解决该问题。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
Null values are being used to match to other Null values in the reproducible case. This condition produces no matches and so no rows are updated in the target dataset. This is expected. However, when no matches are found, the two unmatched input rows must be appended to the target. This latter behavior is a known bug in ArcGIS Pro 3.1.x that was addressed for Pro 3.2+.
解决办法
For updating target rows, the input and target match values must not be Null. Null values do not generate a match.
重现步骤