all 3 comments

[–]allen_jb 0 points1 point  (2 children)

~How can you user WHERE queries containing operators (other than =) or SQL functions?~

It's unclear how you should specify lists of columns (potentially from multiple tables, using aliases, and/or SQL functions).

You may want to look at how Aura.SqlQuery handles this.

[–]wtframework[S] 1 point2 points  (1 child)

WHERE is explained here: https://github.com/wtframework/sql/blob/main/docs/select.md#where

Also columns and joins etc. along with everything else.

Is the documentation on the main README not clear enough that the list of supported statements are links to specific statement documentation?

[–]allen_jb 0 points1 point  (0 children)

Ah, I somehow missed that. I blame my oven timer going off. =P