default to no-op expansion for node types
[dbsrgits/SQL-Abstract.git] / lib / SQL / Abstract.pm
2020-07-24 Matt S Trout condense op handling
2020-07-24 Matt S Trout only remove a leading - if word char following to avoid...
2020-07-24 Matt S Trout simplify Default_Scalar_to code
2020-07-24 Matt S Trout kill dying on IN for non-DBIC
2020-07-24 Matt S Trout few more comments
2020-07-24 Matt S Trout extract scalar handling
2020-07-24 Matt S Trout move _render_op above specific op renderers
2020-07-24 Matt S Trout old SQLA extension system compat marked
2020-07-24 Matt S Trout extract concept of undef value
2020-07-24 Matt S Trout extract _hashpair_cmp for using default cmp
2020-07-24 Matt S Trout use hashtriple for auto-expand generation
2020-07-24 Matt S Trout use hashtriple for auto-{cmp}
2020-07-24 Matt S Trout factor the rest of the undef handling out
2020-07-24 Matt S Trout start to extract op checking for null
2020-07-24 Matt S Trout everything else is notreached, so rename unhandled...
2020-07-24 Matt S Trout extract hashtriple expander
2020-07-24 Matt S Trout andor for hashpair RHS
2020-07-24 Matt S Trout switch more is expansion cases
2020-07-24 Matt S Trout nuke is/is not code now handled by render_op
2020-07-24 Matt S Trout extract IS/IS NOT
2020-07-24 Matt S Trout clean up op handling code more
2020-07-24 Matt S Trout move rendering to default render_op
2020-07-24 Matt S Trout extract andor rendering
2020-07-24 Matt S Trout extract _render_op_in
2020-07-24 Matt S Trout extract between rendering into a method
2020-07-24 Matt S Trout clean up part of the arrayref stuff
2020-07-24 Matt S Trout let andor expand the ident hashref case
2020-07-24 Matt S Trout further andor consolidation
2020-07-24 Matt S Trout add some hopefully useful comments
2020-07-24 Matt S Trout move more expansion into andor
2020-07-24 Matt S Trout make scalar/blessed args cleaner
2020-07-24 Matt S Trout surface _expand_ident call
2020-07-24 Matt S Trout let _expand_expr produce the deprecation warning
2020-07-24 Matt S Trout extract _expr_hashpair_op_ident
2020-07-24 Matt S Trout move injection handling into _hashpair_op and clean...
2020-07-24 Matt S Trout extract _expand_expr_hashpair_op
2020-07-24 Matt S Trout remove unused clause
2020-07-24 Matt S Trout switch ident/value to proposed unop style
2020-07-24 Matt S Trout rename _expand_andor to _expand_op_andor
2020-07-24 Matt S Trout eliminate passing of unused logic op name
2020-07-24 Matt S Trout andor now handled primarily by _expand_op
2020-07-24 Matt S Trout murder the $logic variable
2020-07-24 Matt S Trout eliminate $logic from _expand_expr
2020-07-24 Matt S Trout arrayref logic can just use $self
2020-07-24 Matt S Trout _expand_expr hashref is always and
2020-07-24 Matt S Trout lift injection validation
2020-07-24 Matt S Trout extract another andor case
2020-07-24 Matt S Trout extract -nest code
2020-07-24 Matt S Trout this is always andor so bypass expr
2020-07-24 Matt S Trout switch another case to andor expansion
2020-07-24 Matt S Trout switch ident and value to expand_op
2020-07-24 Matt S Trout re-engineer ident
2020-07-24 Matt S Trout extract ident handling
2020-07-24 Matt S Trout expand andor for more cases
2020-07-24 Matt S Trout extract in/not in code
2020-07-24 Matt S Trout introduce expand_op concept and move between to it
2020-07-24 Matt S Trout extract op rendering prefix+not
2020-07-24 Matt S Trout simplify unop_postfix code
2020-07-24 Matt S Trout murder special use for and/or
2020-07-24 Matt S Trout remove postfix code
2020-07-24 Matt S Trout op rendering w/postfix
2020-07-24 Matt S Trout clean custom op rendering to $self config
2020-07-24 Matt S Trout no longer required, op is normalised earlier
2020-07-24 Matt S Trout kill final_op normalisation since no longer required
2020-07-24 Matt S Trout remove duplicate value expansion code
2020-07-24 Matt S Trout extract and/or expansion
2020-07-24 Matt S Trout add notreached barf to and/or processing
2020-07-24 Matt S Trout extract _expand_bool method
2020-07-24 Matt S Trout move _expand_not to method
2020-07-24 Matt S Trout _expand_value
2020-07-24 Matt S Trout expandify -bool
2020-07-24 Matt S Trout move -not to an expander
2020-07-24 Matt S Trout kill last self-call from hashpair code
2020-07-24 Matt S Trout further conversion to expand system
2020-07-24 Matt S Trout de-hashpair array RHS-of-RHS case
2020-07-24 Matt S Trout move and/or expansion to non-hashpair
2020-07-24 Matt S Trout and hash de-hashpaired
2020-07-24 Matt S Trout convert undef value to expr call
2020-07-24 Matt S Trout first step of hashpair conversion
2020-07-24 Matt S Trout default_scalar_to only needs to happen in expand_expr now
2020-07-24 Matt S Trout normalise op earlier in { col => { op => ... } } structure
2020-07-24 Matt S Trout minor whitespace fix
2020-07-24 Matt S Trout much more sane expansion of idents
2020-07-24 Matt S Trout more ident expansion
2020-07-24 Matt S Trout move a bunch of ident returns to expand
2020-07-24 Matt S Trout introduce _expand_ident method, use for update
2020-07-24 Matt S Trout add render_expr method
2020-07-24 Matt S Trout clean up the logic thing
2020-07-24 Matt S Trout default scalar in expand
2020-07-24 Matt S Trout I don't have a test for this but I'm sure that was...
2020-07-24 Matt S Trout rename node_types to render
2020-07-24 Matt S Trout clean up code and use expand/render methods
2020-07-24 Matt S Trout check for undef and kill pointless debug checks
2020-07-24 Matt S Trout kill last empty string literal
2020-07-24 Matt S Trout remove a literal "" in favour of undef
2020-07-24 Matt S Trout expand value node type to bind, remove value render...
2020-07-24 Matt S Trout clean vestigial debugging code
2020-07-24 Matt S Trout extract list as a node type
2020-07-24 Matt S Trout cleaner DBIC detection and compat
2020-07-24 Matt S Trout catch another weird edge case in _order_by
next