#382 closed defect (fixed)
Implement RFC 43 - Support Search and Selection on Double Identity Properties
Reported by: | trevorwekel | Owned by: | trevorwekel |
---|---|---|---|
Priority: | medium | Milestone: | 2.0 |
Component: | General | Version: | 2.0.0 |
Severity: | major | Keywords: | |
Cc: | External ID: | 1015380 |
Description
See RFC 43 for details.
Change History (11)
comment:1 by , 17 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Submitted to 1.2 stream in http://trac.osgeo.org/mapguide/changeset/2688
comment:4 by , 17 years ago
External ID: | → 1015380 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Previous submissions fixed search and selection for Double identity properties. However further investigation has turned up failures with Int64, Single, and DateTime identity properties. Also, feature classes with multiple identity properties are not supported.
All of the above cases can be supported without changing public API. Additional submissions will be made to correct these defects.
comment:6 by , 17 years ago
Additional fixes submitted to 2.0 stream under http://trac.osgeo.org/mapguide/changeset/3008 http://trac.osgeo.org/mapguide/changeset/3008 Search with Int64, Single and DateTime identity properties is working, but selecting from these search results is still now working. Problem is possibly at FDO level.
comment:7 by , 17 years ago
Correct typo in previous comment.
Additional fixes submitted to 2.0 stream under http://trac.osgeo.org/mapguide/changeset/3008 http://trac.osgeo.org/mapguide/changeset/3008 Search with Int64, Single and DateTime? identity properties is working, but selecting from these search results is still not working. Problem is possibly at FDO level.
comment:9 by , 17 years ago
Removed the 'LIKE' workaround for Single, Int64, DateTime. http://trac.osgeo.org/mapguide/changeset/3020
Also see external id: 1051570
comment:10 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Ronnie, please create another ticket for any remaining issues
comment:11 by , 17 years ago
2.0.x branch change: http://trac.osgeo.org/mapguide/changeset/3048 same trunk change: http://trac.osgeo.org/mapguide/changeset/3020
Submitted for 2.0 stream in
http://trac.osgeo.org/mapguide/changeset/2686