Fix syntax error in example
[dbsrgits/SQL-Abstract.git] / lib /
2020-07-24 Matt S Trout arrayref expr
2020-07-24 Matt S Trout add more expression types to reference
2020-07-24 Matt S Trout kil a couple of tyops
2020-07-24 Matt S Trout extra definitions entries, examples for ident type...
2020-07-24 Matt S Trout reference docs so far
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 accidentally committed this, never mind
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 better override handling, handle defined-but-empty...
2020-07-24 Matt S Trout clausify select and add config system
2020-07-24 Matt S Trout don't expand unknown clauses, nerf returning support...
2020-07-24 Matt S Trout switch insert over to clauses system
2020-07-24 Matt S Trout update switched to clauses system
2020-07-24 Matt S Trout auto-generate clause expansion config
2020-07-24 Matt S Trout switch delete to clauses system
2020-07-24 Matt S Trout extract basic usage to a static hash
2020-07-24 Matt S Trout handle completely bizarre edge case
2020-07-24 Matt S Trout detect disabled ops earlier and fail
2020-07-24 Matt S Trout test is case insensitive, result should be lower cased
2020-07-24 Matt S Trout fix deep empty expr to render nothing
2020-07-24 Matt S Trout I need these every time I debug it so might as well...
2020-07-24 Matt S Trout make render_statement consistent with other render_...
2020-07-24 Matt S Trout lift innerdent and unify algorithm
2020-07-24 Matt S Trout better indent picking inside parens
2020-07-24 Matt S Trout need $join having removed the space-after-), and resett...
2020-07-24 Matt S Trout don't add nl_pre before final newline (duh)
2020-07-24 Matt S Trout in practice, shoving a space after every ) turned out...
2020-07-24 Matt S Trout more code cleanup
2020-07-24 Matt S Trout more formatting cleanup
2020-07-24 Matt S Trout cleanup and improve formatting logic
2020-07-24 Matt S Trout better indentation and interpolation
2020-07-24 Matt S Trout present AS correctly
2020-07-24 Matt S Trout fix indentation and newlines for more cases
2020-07-24 Matt S Trout clearer formatting with less pointless whitespace/newlines
2020-07-24 Matt S Trout ON( now renders correctly as ON (
2020-07-24 Matt S Trout handle non-ref internals
2020-07-24 Matt S Trout formatter starts to work
2020-07-24 Matt S Trout better followiung principles
2020-07-24 Matt S Trout make cast expander stable
2020-07-24 Matt S Trout format works
2020-07-24 Matt S Trout clean things up and better sqlacexpr
2020-07-24 Matt S Trout improving formatting
2020-07-24 Matt S Trout create sql part joining control code
2020-07-24 Matt S Trout is_op and register_op
2020-07-24 Matt S Trout add CAST() to ExtraClauses
2020-07-24 Matt S Trout allow plain - to fall through in hashpair expansion
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 statement_list and test
next