verify "col = (SELECT ...)" works
[dbsrgits/SQL-Abstract.git] / xt / clauses.t
2020-07-24 Matt S Trout verify "col = (SELECT ...)" works
2020-07-24 Matt S Trout clean up op/func handling, add exists, add de-inconsist...
2020-07-24 Matt S Trout sugar for select and multi-row insert
2020-07-24 Matt S Trout make INSERT SELECT work
2020-07-24 Matt S Trout subselect in from renders ok
2020-07-24 Matt S Trout delete from, update using, join using
2020-07-24 Matt S Trout add, expand, and use in from, VALUES
2020-07-24 Matt S Trout add as support
2020-07-24 Matt S Trout clauses test (xt/ because extra deps)