Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The `operator<` method of PdxType in the native client simply compares the class names, which is incorrect and leads to the fact that, in NC, you cannot currently have two separate PDX types with the same class name. The comparison should favor type ID first, then if both type IDs are 0 (true for local regions), fall back to class name. This will still fail for local regions in the scenario where class names are the same, but it's much, much better than we have now.
Attachments
Issue Links
- links to