漏洞 ID 编号 |
BUG-000174464 |
已提交 | February 20, 2025 |
上次修改时间 | June 23, 2025 |
适用范围 | ArcGIS Pro |
找到的版本 | 3.4.2 |
操作系统 | Windows OS |
操作系统版本 | 10.0 |
状态 | As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
|
附加信息
CopyRows() requires data having a field of the Object ID type named and aliased as OBJECTID. With mykey, the field in this issue, not meeting that requirement, CopyRows() creates an OBJECTID field of the data type Object ID and aliased OBJECTID. Since only one field of data type Object ID is allowed, CopyRows() drops the mykey field in this case.
Sort() also does not recognize a field of the Object ID type that is not named and aliased as OBJECTID and thus does not list that field to sort on.
The Copy tool maintains a field like mykey, which is of the type Object ID, and the name and alias are different. However, such a field is not available in the copied data to subsequently sort on.
解决办法
Add the .gpkg database to the databases in the Catalog pane, and use Copy() to copy the table instead.
重现步骤