alnk once again points out that mst is an idiot
[scpubgit/Q-Branch.git] / lib / SQL / Abstract.pm
2019-04-01 Matt S Trout fix last warning
2019-04-01 Matt S Trout kill ident/value specialness
2019-04-01 Matt S Trout push comparison invocation into ident and value expanders
2019-04-01 Matt S Trout rename -tuple to -row
2019-04-01 Matt S Trout make -is work at top level
2019-04-01 Matt S Trout teach between to work as a unop
2019-04-01 Matt S Trout expand between better
2019-04-01 Matt S Trout make between work as a binop
2019-03-27 Matt S Trout rename list node type to tuple
2019-03-27 Matt S Trout make , special cased to avoid premature generalisation
2019-03-27 Matt S Trout make list always parenthesised, make , op work for...
2019-03-27 Matt S Trout remove $logic from maybe_list_expr
2019-03-27 Matt S Trout make weird undef order_by cases explicit
2019-03-27 Matt S Trout force , as multop, switch order_by
2019-03-27 Matt S Trout switch value defaulting in _in expansion to standard
2019-03-27 Matt S Trout better in handling
2019-03-27 Matt S Trout restore -in dying to have tests clean before breaking it
2019-03-27 Matt S Trout normalize ops to _ style
2019-03-27 Matt S Trout tmp
2019-03-27 Matt S Trout normalise ops to foo, foo_bar etc.
2019-03-27 Matt S Trout condense op handling
2019-03-27 Matt S Trout only remove a leading - if word char following to avoid...
2019-03-27 Matt S Trout simplify Default_Scalar_to code
2019-03-26 Matt S Trout kill dying on IN for non-DBIC
2019-03-26 Matt S Trout few more comments
2019-03-26 Matt S Trout extract scalar handling
2019-03-26 Matt S Trout move _render_op above specific op renderers
2019-03-26 Matt S Trout old SQLA extension system compat marked
2019-03-26 Matt S Trout extract concept of undef value
2019-03-26 Matt S Trout extract _hashpair_cmp for using default cmp
2019-03-26 Matt S Trout use hashtriple for auto-expand generation
2019-03-26 Matt S Trout use hashtriple for auto-{cmp}
2019-03-26 Matt S Trout factor the rest of the undef handling out
2019-03-26 Matt S Trout start to extract op checking for null
2019-03-26 Matt S Trout everything else is notreached, so rename unhandled...
2019-03-26 Matt S Trout extract hashtriple expander
2019-03-26 Matt S Trout andor for hashpair RHS
2019-03-26 Matt S Trout switch more is expansion cases
2019-03-26 Matt S Trout nuke is/is not code now handled by render_op
2019-03-26 Matt S Trout extract IS/IS NOT
2019-03-26 Matt S Trout clean up op handling code more
2019-03-26 Matt S Trout move rendering to default render_op
2019-03-26 Matt S Trout extract andor rendering
2019-03-26 Matt S Trout extract _render_op_in
2019-03-26 Matt S Trout extract between rendering into a method
2019-03-26 Matt S Trout clean up part of the arrayref stuff
2019-03-26 Matt S Trout let andor expand the ident hashref case
2019-03-26 Matt S Trout further andor consolidation
2019-03-26 Matt S Trout add some hopefully useful comments
2019-03-26 Matt S Trout move more expansion into andor
2019-03-25 Matt S Trout make scalar/blessed args cleaner
2019-03-25 Matt S Trout surface _expand_ident call
2019-03-25 Matt S Trout let _expand_expr produce the deprecation warning
2019-03-25 Matt S Trout extract _expr_hashpair_op_ident
2019-03-25 Matt S Trout move injection handling into _hashpair_op and clean...
2019-03-25 Matt S Trout extract _expand_expr_hashpair_op
2019-03-25 Matt S Trout remove unused clause
2019-03-25 Matt S Trout switch ident/value to proposed unop style
2019-03-25 Matt S Trout rename _expand_andor to _expand_op_andor
2019-03-25 Matt S Trout eliminate passing of unused logic op name
2019-03-25 Matt S Trout andor now handled primarily by _expand_op
2019-03-25 Matt S Trout murder the $logic variable
2019-03-25 Matt S Trout eliminate $logic from _expand_expr
2019-03-25 Matt S Trout arrayref logic can just use $self
2019-03-25 Matt S Trout _expand_expr hashref is always and
2019-03-21 Matt S Trout lift injection validation
2019-03-21 Matt S Trout extract another andor case
2019-03-21 Matt S Trout extract -nest code
2019-03-21 Matt S Trout this is always andor so bypass expr
2019-03-21 Matt S Trout switch another case to andor expansion
2019-03-21 Matt S Trout switch ident and value to expand_op
2019-03-21 Matt S Trout re-engineer ident
2019-03-21 Matt S Trout extract ident handling
2019-03-21 Matt S Trout expand andor for more cases
2019-03-21 Matt S Trout extract in/not in code
2019-03-21 Matt S Trout introduce expand_op concept and move between to it
2019-03-21 Matt S Trout extract op rendering prefix+not
2019-03-21 Matt S Trout simplify unop_postfix code
2019-03-21 Matt S Trout murder special use for and/or
2019-03-21 Matt S Trout remove postfix code
2019-03-21 Matt S Trout op rendering w/postfix
2019-03-21 Matt S Trout clean custom op rendering to $self config
2019-03-21 Matt S Trout no longer required, op is normalised earlier
2019-03-21 Matt S Trout kill final_op normalisation since no longer required
2019-03-18 Matt S Trout remove duplicate value expansion code
2019-03-18 Matt S Trout extract and/or expansion
2019-03-18 Matt S Trout add notreached barf to and/or processing
2019-03-18 Matt S Trout extract _expand_bool method
2019-03-18 Matt S Trout move _expand_not to method
2019-03-18 Matt S Trout _expand_value
2019-03-18 Matt S Trout expandify -bool
2019-03-18 Matt S Trout move -not to an expander
2019-03-18 Matt S Trout kill last self-call from hashpair code
2019-03-18 Matt S Trout further conversion to expand system
2019-03-18 Matt S Trout de-hashpair array RHS-of-RHS case
2019-03-18 Matt S Trout move and/or expansion to non-hashpair
2019-03-18 Matt S Trout and hash de-hashpaired
2019-03-18 Matt S Trout convert undef value to expr call
2019-03-18 Matt S Trout first step of hashpair conversion
2019-03-17 Matt S Trout default_scalar_to only needs to happen in expand_expr now
next