clarity20 / tql

Terse Query Language
1 stars 0 forks source link

Connect the new "parsing-paradigm" code to the older "unraveling-paradigm" code #19

Open clarity20 opened 5 years ago

clarity20 commented 5 years ago

Some of the unraveling code is commented out at the bottom of normalizePredicate() in db_functions. There is more in the functions process{Unn,N}amedNCVArgument(). Rework and activate this code as the final step in constructing WHERE subclauses.

clarity20 commented 5 years ago

Checkin #37badac includes a new version of processNamedArgument() which unravels the nonelementary tokens and generates SQL for the (easier) case of named predicates, the so-called NCVs.