LHS of as is interpreted as ident so this is more correct
[dbsrgits/SQL-Abstract.git] / xt / clauses.t
2020-07-24 Matt S Trout LHS of as is interpreted as ident so this is more correct
2020-07-24 Matt S Trout switch keyword formatting to method, fix clause order...
2020-07-24 Matt S Trout better extension api
2020-07-24 Matt S Trout initial extension api
2020-07-24 Matt S Trout demonstrate adding clauses with no special expand/render
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)