scpubgit/Q-Branch.git
2018-09-17 Matt S Trout lift undef checking out of _order_by_chunks
2018-09-17 Matt S Trout streamline order_by processing
2018-09-17 Matt S Trout order_by done sanely; cut 1
2018-09-17 Matt S Trout switch over to expr-render based generation
2018-09-17 Matt S Trout decomplect _IDENT
2018-09-17 Matt S Trout remove most of the crud from the VALUE op
2018-09-17 Matt S Trout temporarily kill unary_ops feature
2018-09-17 Matt S Trout burn unneccessary _where_ methods
2018-09-17 Matt S Trout nuke a bunch of _where_ methods
2018-09-17 Matt S Trout switch update to using _render_expr
2018-09-17 Matt S Trout switch between to render_expr
2018-09-17 Matt S Trout convert -in to render_expr
2018-09-17 Matt S Trout have func use render_expr
2018-09-17 Matt S Trout remove vestigial ANDOR op
2018-09-17 Matt S Trout move _OP over to _render_expr
2018-09-17 Matt S Trout initial introduction of render_expr, make sql(true...
2018-09-17 Matt S Trout more debugging in tests
2018-09-17 Matt S Trout eliminate (I hope) last and/or case in expansion
2018-09-17 Matt S Trout { x => { -and => [ ... ] } converted to op
2018-09-17 Matt S Trout { x => { -and => ... } } converted to op
2018-09-17 Matt S Trout further and/or conversion
2018-09-16 Matt S Trout start of moving and/or to ops
2018-09-16 Matt S Trout make non-unops multipart
2018-09-16 Matt S Trout eliminate (I think) -not as an expanded node type
2018-09-16 Matt S Trout clean up notreached code
2018-09-16 Matt S Trout fixup operator + empty arrayref handling
2018-09-16 Matt S Trout resolve final 02where fail by adding -func, 01generate...
2018-09-16 Matt S Trout trap exceptions and show expr expansion in 02where
2018-09-16 Matt S Trout MANGLE
2018-09-12 Matt S Trout notreached at base of expand_expr
2018-09-11 Matt S Trout eliminate IS special op usage
2018-09-11 Matt S Trout eliminated value old special op impl
2018-09-11 Matt S Trout ensure ident no longer uses the old code
2018-09-11 Matt S Trout disable IN and BETWEEN implementations
2018-09-11 Matt S Trout need to normalize op to avoid spurious use of old unary ops
2018-09-11 Matt S Trout IN support as a custom -op type
2018-09-09 Matt S Trout expand and render BETWEEN and NOT BETWEEN
2018-09-08 Matt S Trout LITERAL op should perform bindtype check
2018-09-08 Matt S Trout regularise more code, switch one test from die to warn...
2018-09-08 Matt S Trout switch another literal case to -literal
2018-09-08 Matt S Trout use -literal for top level exprs
2018-09-08 Matt S Trout initial introduction of literal op
2018-09-08 Matt S Trout expand hashpair w/hash RHS
2018-09-07 Matt S Trout expand top level arrays
2018-09-07 Matt S Trout include exception for 00new failures
2018-09-07 Matt S Trout add -op and -bind, expand some cases to them
2018-09-07 Matt S Trout better results from 01generate when a test unexpecteedl...
2018-09-04 Matt S Trout expand -bool, stop forbidding top-level unary ops
2018-09-04 Matt S Trout negation expansion
2018-09-04 Matt S Trout arrayref hashpair case
2018-09-04 Matt S Trout rearrange hashpair expansion
2018-09-03 Matt S Trout expander handles literal as RHS
2018-09-03 Matt S Trout add -nest to hashpair expansion
2018-09-03 Matt S Trout hashpair expansion - defaulting to $self->{cmp}
2018-09-03 Matt S Trout expression expansion pass, zeroth cut
2018-09-02 Matt S Trout remove another special case IS NULL rendering
2018-09-02 Matt S Trout make undef value use is operator
2018-09-02 Matt S Trout explicit defaulting of scalar-rhs hashpair
2018-07-09 Dagfinn Ilmari... Release commit for 1.86
2018-07-09 Dagfinn Ilmari... Bumping version to 1.86
2018-07-09 Dagfinn Ilmari... Add Changes entry for literal '0' WHERE fix
2018-07-07 Fabrizio Gennari Do not replace the literal string '0' with ''
2018-01-28 Sebastian Riedel Add overloadable _select_fields method
2018-01-27 Dagfinn Ilmari... Remove spaces before colons in POD
2018-01-27 Dagfinn Ilmari... Remove obsolete docs for arrayrefref as select source
2018-01-27 Dagfinn Ilmari... Ignore built dist files and directories
2018-01-27 Dagfinn Ilmari... Release commit for 1.85
2018-01-27 Dagfinn Ilmari... Bumping version to 1.85
2018-01-27 Dagfinn Ilmari... Add Changes entry for UPDATE ... SET ... refactor
2018-01-26 Dagfinn Ilmari... Remove pointless quoting of single variables
2018-01-26 Sebastian Riedel add reusable _update_set_values method, consistent...
2018-01-17 Dagfinn Ilmari... Add Travis-CI config
2017-10-25 Xavier Guimard Spelling errors
2017-04-13 Dagfinn Ilmari... Whitespace cleanup
2017-04-13 Dagfinn Ilmari... Prune pointless puke parens
2017-04-03 Dagfinn Ilmari... Make META->{no_index}->{package} an array
2017-04-03 Dagfinn Ilmari... Add modules used in author tests to develop-requires
2017-04-03 Dagfinn Ilmari... Restore perl version requirement missed in the Distar...
2017-04-03 Dagfinn Ilmari... Release commit for 1.84
2017-04-03 Dagfinn Ilmari... Bumping version to 1.84
2017-04-03 Dagfinn Ilmari... Restore 'dynamic_config => 0' missed in the Distar...
2017-04-03 Dagfinn Ilmari... Release commit for 1.83
2017-04-03 Dagfinn Ilmari... Bumping version to 1.83
2017-04-03 Dagfinn Ilmari... Port to Distar
2017-04-03 Dagfinn Ilmari... Note GitHub PR number for DELETE ... RETURNING (GH#9)
2017-04-03 Dagfinn Ilmari... Comment why each of the RETURNING clauses have their...
2017-03-21 Sebastian Riedel Add support for DELETE ... RETURNING ...
2017-03-20 Dagfinn Ilmari... Release 1.82
2017-03-01 Dagfinn Ilmari... Align clauses of complex ORDER BY example for readability
2017-03-01 Joshua Keroes Fix syntax errors in ORDER BY docs (GH#7)
2017-03-01 Dagfinn Ilmari... Add explicit dependency on Sub::Quote (GH#8)
2017-02-28 Dagfinn Ilmari... Release 1.81_01
2017-02-20 Dagfinn Ilmari... Add Changes entry for ORDER BY doc improvements
2016-05-06 Ricardo Signes Document arrayrefref (\[...]) form for order_by
2016-03-04 Dagfinn Ilmari... Remove pointless prototypes on methods
2016-03-04 Dagfinn Ilmari... Fix ->insert($table, \@values) with >26 values (RT...
2016-02-20 Dagfinn Ilmari... Add Changes entry for UPDATE ... RETURNING
2015-12-30 Dagfinn Ilmari... 10% speedup of identifier quoting
2015-10-19 Dagfinn Ilmari... Teach ::Tree that ILIKE (PostgreSQL) and REGEXP (MySQL...
2015-07-14 Dagfinn Ilmari... Fix ORDER BY clause type in synopsis and where() header
next