Fix syntax error in example
[dbsrgits/SQL-Abstract.git] / xt / clauses.t
2020-07-24 Matt S Trout make the clauses test a standard one
2020-07-24 Matt S Trout clean up clauses test
2020-07-24 Matt S Trout switch to plugin style
2020-07-24 Matt S Trout better followiung principles
2020-07-24 John Napiorkowski another update test
2020-07-24 John Napiorkowski CTEs with DELETE and having
2020-07-24 Matt S Trout fix stupid mistake when converting list to qw()
2020-07-24 Matt S Trout with + insert test
2020-07-24 Matt S Trout statement_list and test
2020-07-24 Matt S Trout fix up with clause code - got the parens wrong
2020-07-24 Matt S Trout with recursive test and bugfixes
2020-07-24 Matt S Trout basic with support
2020-07-24 Matt S Trout refactor to add the rest of the setops
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)