DictValue | Contains column name / value pairs to create a where clause. |
Note that for the dicts, you (currently) must put quotes around any values that will go into text columns or receive an error. We may add support in a future release for automatically detecting the column type and quoting values as necessary.
% SqlWhereClause {desc 'first' notes '1-2-3'}
desc = 'first' AND notes = '1-2-3'