clarity20 / tql

Terse Query Language
1 stars 0 forks source link

Enable prepared-statement parameters ("?") as r-values #41

Closed clarity20 closed 5 years ago

clarity20 commented 5 years ago

We can treat these like NULLs in terms of grammatical validation and SQL generation. The appearance of a "?" parameter should trigger the system to run in query-only mode.

clarity20 commented 5 years ago

Commit # 6beff50 resolves the former.

clarity20 commented 5 years ago

Commit # cb6cae7 resolves the latter.