scpubgit/Q-Branch.git
2019-09-22 Matt S Trout update switched to clauses system
2019-09-22 Matt S Trout auto-generate clause expansion config
2019-09-22 Matt S Trout switch delete to clauses system
2019-09-22 Matt S Trout extract basic usage to a static hash
2019-09-21 Matt S Trout handle completely bizarre edge case
2019-09-21 Matt S Trout detect disabled ops earlier and fail
2019-09-21 Matt S Trout add use lib so +x and #! are more useful
2019-09-19 Matt S Trout test is case insensitive, result should be lower cased
2019-09-19 Matt S Trout fix deep empty expr to render nothing
2019-09-19 Matt S Trout add shebang lines to all +x perl scripts (duh)
2019-09-19 Matt S Trout couple utility scripts
2019-09-19 Matt S Trout I need these every time I debug it so might as well...
2019-09-19 Matt S Trout make render_statement consistent with other render_...
2019-09-16 Matt S Trout lift innerdent and unify algorithm
2019-09-16 Matt S Trout better indent picking inside parens
2019-09-16 Matt S Trout need $join having removed the space-after-), and resett...
2019-09-16 Matt S Trout don't add nl_pre before final newline (duh)
2019-09-16 Matt S Trout in practice, shoving a space after every ) turned out...
2019-09-14 Matt S Trout more code cleanup
2019-09-14 Matt S Trout more formatting cleanup
2019-09-14 Matt S Trout cleanup and improve formatting logic
2019-09-09 Matt S Trout better indentation and interpolation
2019-09-09 Matt S Trout present AS correctly
2019-09-09 Matt S Trout fix indentation and newlines for more cases
2019-09-08 Matt S Trout clearer formatting with less pointless whitespace/newlines
2019-09-06 Matt S Trout ON( now renders correctly as ON (
2019-09-06 Matt S Trout handle non-ref internals
2019-09-06 Matt S Trout formatter starts to work
2019-09-06 Matt S Trout better followiung principles
2019-08-27 Matt S Trout make cast expander stable
2019-08-24 Matt S Trout bender
2019-08-24 Matt S Trout format works
2019-08-24 Matt S Trout clean things up and better sqlacexpr
2019-08-24 Matt S Trout improving formatting
2019-08-20 Matt S Trout create sql part joining control code
2019-07-15 Matt S Trout is_op and register_op
2019-05-17 Matt S Trout add CAST() to ExtraClauses
2019-05-17 Matt S Trout smarter sqlacexpr
2019-05-17 Matt S Trout allow plain - to fall through in hashpair expansion
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-05-02 Matt S Trout it would help if I actually enabled with for non-select...
2019-04-25 Matt S Trout surface with_recursive as well
2019-04-25 Matt S Trout First attempt at SQLA2Support
2019-04-23 Matt S Trout add with.pm to extras
2019-04-22 Matt S Trout last use of row for non-rowtype
2019-04-22 Matt S Trout eliminate sucky use of row
2019-04-21 Matt S Trout rebuild convert using extension system
2019-04-21 Matt S Trout normalise expansion methods
2019-04-21 Matt S Trout make stability test try and invoke diff
2019-04-21 Matt S Trout expand alias
2019-04-20 Matt S Trout restore expand stability for extraclauses
2019-04-20 Matt S Trout better expand stability testing
2019-04-19 Matt S Trout handle convert where using expander wrapping
2019-04-19 Matt S Trout move render statement to parts based
2019-04-19 Matt S Trout finish porting to join_query_parts as arrayref
2019-04-19 Matt S Trout extract remaining insert clause expansion handling...
2019-04-19 Matt S Trout move render_aqt to arrayref
2019-04-19 Matt S Trout port clause renderers to arrayref convention
2019-04-19 Matt S Trout first step towards arrayref render_aqt return
2019-04-19 Matt S Trout move multop rendering to join_query_parts
2019-04-19 Matt S Trout fuck wantarray
2019-04-19 Matt S Trout clean up join call
2019-04-18 Matt S Trout extract remaining insert clause expansion handling...
2019-04-18 Matt S Trout improve infinite recursion debugging, fix infinite...
2019-04-18 Matt S Trout murder AUTOLOAD by default because I keep getting confu...
2019-04-18 Matt S Trout there is a lurking infinite loop in 01generate inserts...
2019-04-18 Matt S Trout switch Abstract.pm renderers to using join_query_parts
2019-04-18 Matt S Trout compact andor
2019-04-18 Matt S Trout cleanup andor
2019-04-18 Matt S Trout between and in cleanup
2019-04-18 Matt S Trout make join_query_parts handle scalars
2019-04-18 Matt S Trout first keyword move
2019-04-18 Matt S Trout move format_keyword into base sqla
2019-04-18 Matt S Trout row and between
2019-04-18 Matt S Trout move func rendering over to join_query_parts
2019-04-18 Matt S Trout take advantage of join_query_parts to clean up
2019-04-18 Matt S Trout make the legacy convert feature its own node
2019-04-18 Matt S Trout more use cleanup, add hashref to join_sql_parts
2019-04-18 Matt S Trout rename join_clauses to join_query_parts
2019-04-18 Matt S Trout eliminate vestigial length checks
2019-04-17 Matt S Trout fixup sigil usage
2019-04-17 Matt S Trout Added the sql expr scripts I've been using to test
2019-04-17 Matt S Trout statement_list and test
2019-04-17 Matt S Trout wrap expander and expander list
2019-04-17 Matt S Trout consolidate with_recursive
2019-04-17 Matt S Trout move setop expansion to generic rather than loop
2019-04-17 Matt S Trout move clause rendering to better calling convention
2019-04-16 Matt S Trout clean up calling code w/new render convention
2019-04-16 Matt S Trout clean up calling convention
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 promote _join_parts to public method join_clauses
2019-04-15 Matt S Trout introduce keyword concept to avoid private methods
next