osm-poi-editor-iOS icon indicating copy to clipboard operation
osm-poi-editor-iOS copied to clipboard

FMResultSet resultDict return lower case string key

Open hanchao opened this issue 10 years ago • 0 comments

OPEReferencePoi initWithSqliteResultDictionary can not get correct values

see https://github.com/ccgus/fmdb/issues/53

 /* Returns a dictionary of the row results mapped to case sensitive keys of the column names. */
- (NSDictionary*)resultDictionary;

/* Please use resultDictionary instead.  Also, beware that resultDictionary is case sensitive! */
 (NSDictionary*)resultDict  __attribute__ ((deprecated));

hanchao avatar Jun 23 '14 10:06 hanchao