Ticket #112 (closed Defect: fixed)

Opened 6 years ago

Last modified 6 years ago

Methods exposed as ArcGIS geoprocessing tools should use SQLWhereClauseTypeMetadata for where clauses, not UnicodeStringTypeMetadata

Reported by: jjr8 Owned by: jjr8
Priority: Medium Milestone: 0.4
Component: Tools - Spatial Analysis Version: 0.3
Keywords: Cc:

Description

I found a few places, such as the sampling tools, that used UnicodeStringTypeMetadata instead of SQLWhereClauseTypeMetadata. This looks like a simple copy/paste error; it is appropriate to use UnicodeStringTypeMetadata when a method is NOT exposed as a geoproc tool, and I probably accidentally copied this to methods that WERE exposed as geoproc tools.

The consequence of using UnicodeStringTypeMetadata, is that ArcGIS will not bring up the expression builder dialog; you must type in the expression manually.

Change History

Changed 6 years ago by jjr8

  • status changed from new to closed
  • resolution set to fixed

Fixed in [126], which will eventually be released in MGET 0.4a1.

Note: See TracTickets for help on using tickets.