dbsrgits/SQL-Abstract.git
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 it would help if I actually enabled with for non-select...
2020-07-24 Matt S Trout surface with_recursive as well
2020-07-24 Matt S Trout First attempt at SQLA2Support
2020-07-24 Matt S Trout add with.pm to extras
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 rebuild convert using extension system
2020-07-24 Matt S Trout normalise expansion methods
2020-07-24 Matt S Trout make stability test try and invoke diff
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 better expand stability testing
2020-07-24 Matt S Trout handle convert where using expander wrapping
2020-07-24 Matt S Trout move render statement to parts based
2020-07-24 Matt S Trout finish porting to join_query_parts as arrayref
2020-07-24 Matt S Trout extract remaining insert clause expansion handling...
2020-07-24 Matt S Trout move render_aqt to arrayref
2020-07-24 Matt S Trout port clause renderers to arrayref convention
2020-07-24 Matt S Trout first step towards arrayref render_aqt return
2020-07-24 Matt S Trout move multop rendering to join_query_parts
2020-07-24 Matt S Trout fuck wantarray
2020-07-24 Matt S Trout clean up join call
2020-07-24 Matt S Trout extract remaining insert clause expansion handling...
2020-07-24 Matt S Trout improve infinite recursion debugging, fix infinite...
2020-07-24 Matt S Trout murder AUTOLOAD by default because I keep getting confu...
2020-07-24 Matt S Trout there is a lurking infinite loop in 01generate inserts...
2020-07-24 Matt S Trout switch Abstract.pm renderers to using join_query_parts
2020-07-24 Matt S Trout compact andor
2020-07-24 Matt S Trout cleanup andor
2020-07-24 Matt S Trout between and in cleanup
2020-07-24 Matt S Trout make join_query_parts handle scalars
2020-07-24 Matt S Trout first keyword move
2020-07-24 Matt S Trout move format_keyword into base sqla
2020-07-24 Matt S Trout row and between
2020-07-24 Matt S Trout move func rendering over to join_query_parts
2020-07-24 Matt S Trout take advantage of join_query_parts to clean up
2020-07-24 Matt S Trout make the legacy convert feature its own node
2020-07-24 Matt S Trout more use cleanup, add hashref to join_sql_parts
2020-07-24 Matt S Trout rename join_clauses to join_query_parts
2020-07-24 Matt S Trout eliminate vestigial length checks
2020-07-24 Matt S Trout fixup sigil usage
2020-07-24 Matt S Trout Added the sql expr scripts I've been using to test
2020-07-24 Matt S Trout statement_list and test
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 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 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 op expansion
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 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 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 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 values clause
2020-07-24 Matt S Trout add as support
2020-07-24 Matt S Trout clauses test (xt/ because extra deps)
2020-07-24 Matt S Trout join support
2020-07-24 Matt S Trout add group_by and having in ExtraClauses
2020-07-24 Matt S Trout expand function arguments
2020-07-24 Matt S Trout make non-ascii operators work
2020-07-24 Matt S Trout wantarray cleanup and hashref query expressions
2020-07-24 Matt S Trout clean up naming and provide aliases
2020-07-24 Matt S Trout include MRO::Compat for 5.8 perls
2020-07-24 Matt S Trout clean up fields handling
2020-07-24 Matt S Trout expand , args while not doubling listification
2020-07-24 Matt S Trout Pass all expression stability tests. Verified by:
2020-07-24 Matt S Trout clean up fields/values expansion for insert
2020-07-24 Matt S Trout convert delete to extended clauses system
2020-07-24 Matt S Trout expand update expansion
2020-07-24 Matt S Trout switch select over to "real" clauses
2020-07-24 Matt S Trout give insert fields a real name
2020-07-24 Matt S Trout clean up expansion
2020-07-24 Matt S Trout switch insert to clauses system
2020-07-24 Matt S Trout delete as clauses
2020-07-24 Matt S Trout add update to clauses
2020-07-24 Matt S Trout convert direct to literal for * and single-id select
next