Coded value domains created with 'Double' data type show inconsistent values when queried using SQL.
最後に公開された状態: August 25, 2014No Product Found
不具合 ID 番号
NIM084323
送信されました
August 31, 2012
最終更新日
April 2, 2025
適用対象
No Product Found
見つかったバージョン
10.1
ステータス
Known Limit
開発チームによる確認後に、この問題が、Esri の管理の範囲外にあるソフトウェアの既知の制限に関するものであると判断されました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
Doubles in databases are not exactly equal. see workaround
対処法
IEEE 754 describes how doubles are modeled with computers, often seemingly simple doubles cannot be exactly represented, and the next closest representation is used. Search 'directly compare two doubles' to understand why a tolerance based approach must be used. e.g., 10.71 != 10.71 (if its from a database)