move more to register
[dbsrgits/SQL-Abstract.git] / lib / SQL / Abstract / ExtraClauses.pm
2020-07-24 Matt S Trout move more to register
2020-07-24 Matt S Trout initial register code for EC plugin
2020-07-24 Matt S Trout EC easy node types
2020-07-24 Matt S Trout make pod tests happy
2020-07-24 Matt S Trout fixup thingop_expander code and convert EC as
2020-07-24 Matt S Trout move ExtraClauses to -keyword
2020-07-24 Matt S Trout clean up select.setop renderer
2020-07-24 Matt S Trout switch to direct from list expansion
2020-07-24 Matt S Trout use simple return system for delete.using
2020-07-24 Matt S Trout clean up EC _expand_select
2020-07-24 Matt S Trout extract setop select expander
2020-07-24 Matt S Trout puke unused anyway
2020-07-24 Matt S Trout extract setop expander
2020-07-24 Matt S Trout extract setop expansion
2020-07-24 Matt S Trout extract setop rendering to a method
2020-07-24 Matt S Trout extract more extraclauses stuff to methods
2020-07-24 Matt S Trout promote expand_maybe_list_expr to public method
2020-07-24 Matt S Trout cleaner plugin registration
2020-07-24 Matt S Trout switch to plugin style
2020-07-24 Matt S Trout fixup SQL::Abstract::ExtraClauses to subclass SQLA...
2020-07-24 Matt S Trout more formatting cleanup
2020-07-24 Matt S Trout present AS correctly
2020-07-24 Matt S Trout make cast expander stable
2020-07-24 Matt S Trout add CAST() to ExtraClauses
2020-07-24 Matt S Trout it would help if I actually enabled with for non-select...
2020-07-24 Matt S Trout last use of row for non-rowtype
2020-07-24 Matt S Trout eliminate sucky use of row
2020-07-24 Matt S Trout expand alias
2020-07-24 Matt S Trout restore expand stability for extraclauses
2020-07-24 Matt S Trout finish porting to join_query_parts as arrayref
2020-07-24 Matt S Trout port clause renderers to arrayref convention
2020-07-24 Matt S Trout clean up join call
2020-07-24 Matt S Trout move format_keyword into base sqla
2020-07-24 Matt S Trout take advantage of join_query_parts to clean up
2020-07-24 Matt S Trout rename join_clauses to join_query_parts
2020-07-24 Matt S Trout wrap expander and expander list
2020-07-24 Matt S Trout consolidate with_recursive
2020-07-24 Matt S Trout move setop expansion to generic rather than loop
2020-07-24 Matt S Trout move clause rendering to better calling convention
2020-07-24 Matt S Trout clean up calling code w/new render convention
2020-07-24 Matt S Trout clean up calling convention
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 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