clarity20 / tql

Terse Query Language
1 stars 0 forks source link

Propagate smart-expansion and parsing-paradigm changes to other clause types #22

Open clarity20 opened 5 years ago

clarity20 commented 5 years ago

Enable smart parsing of SELECT and UPDATE/SET clauses by adding function calls similar to those already present in the WHERE clause builder. When ready to implement GROUP BY/ORDER BY and DELETE clauses, and maybe even INSERTs, do the same thing.