Changes between Version 13 and Version 14 of RFC59-Draft


Ignore:
Timestamp:
Oct 25, 2010, 10:22:47 PM (13 years ago)
Author:
sdlime
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RFC59-Draft

    v13 v14  
    179179  3) Need ''LIKE'' operator code. (e.g. Dr. Dobbs, 9/08, ''Matching Wildcards: An Algorithm'', pp. 37-39)[[BR]]
    180180  4) How to handle layer tolerances in msQueryByFilter()?[[BR]]
    181   5) Best way to manage tokens, array, list, tree? Bison/Yacc needs array or list...[[BR]]
    182   6) Thread safety...
     181  5) Best way to manage tokens, array, list, tree? Bison/Yacc needs array or list, but both Frank and Paul have referred to trees.[[BR]]
     182  6) Thread safety...[[BR]]
    183183  7) Parser error handling, any errors have basically always been silently ignored.