basic with support
[dbsrgits/SQL-Abstract.git] / lib / SQL / Abstract / ExtraClauses.pm
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 switch keyword formatting to method, fix clause order...
2020-07-24 Matt S Trout promote _join_parts to public method join_clauses
2020-07-24 Matt S Trout introduce keyword concept to avoid private methods
2020-07-24 Matt S Trout clauses transforms
2020-07-24 Matt S Trout further APIfication
2020-07-24 Matt S Trout move more stuff to method calls
2020-07-24 Matt S Trout better extension api
2020-07-24 Matt S Trout clean up from_list
2020-07-24 Matt S Trout move to default registration
2020-07-24 Matt S Trout introduce "top level" concept, move -values to Clauses...
2020-07-24 Matt S Trout sugar for select and multi-row insert
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 join support
2020-07-24 Matt S Trout add group_by and having in ExtraClauses