switch to plugin style
[scpubgit/Q-Branch.git] / xt / clauses.t
2019-09-23 Matt S Trout switch to plugin style
2019-09-06 Matt S Trout better followiung principles
2019-05-06 John Napiorkowski another update test
2019-05-03 John Napiorkowski CTEs with DELETE and having
2019-05-02 Matt S Trout fix stupid mistake when converting list to qw()
2019-05-02 Matt S Trout with + insert test
2019-04-17 Matt S Trout statement_list and test
2019-04-16 Matt S Trout fix up with clause code - got the parens wrong
2019-04-16 Matt S Trout with recursive test and bugfixes
2019-04-15 Matt S Trout basic with support
2019-04-15 Matt S Trout refactor to add the rest of the setops
2019-04-15 Matt S Trout LHS of as is interpreted as ident so this is more correct
2019-04-15 Matt S Trout switch keyword formatting to method, fix clause order...
2019-04-15 Matt S Trout better extension api
2019-04-15 Matt S Trout initial extension api
2019-04-14 Matt S Trout demonstrate adding clauses with no special expand/render
2019-04-14 Matt S Trout verify "col = (SELECT ...)" works
2019-04-14 Matt S Trout clean up op/func handling, add exists, add de-inconsist...
2019-04-14 Matt S Trout sugar for select and multi-row insert
2019-04-13 Matt S Trout make INSERT SELECT work
2019-04-13 Matt S Trout subselect in from renders ok
2019-04-13 Matt S Trout delete from, update using, join using
2019-04-13 Matt S Trout add, expand, and use in from, VALUES
2019-04-13 Matt S Trout add as support
2019-04-13 Matt S Trout clauses test (xt/ because extra deps)