clean up calling convention
[scpubgit/Q-Branch.git] / lib / SQL / Abstract.pm
2018-09-17 Matt S Trout initial introduction of render_expr, make sql(true...
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 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 add -op and -bind, expand some cases to them
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 Man... Bumping version to 1.86
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 Man... Remove spaces before colons in POD
2018-01-27 Dagfinn Ilmari Man... Remove obsolete docs for arrayrefref as select source
2018-01-27 Dagfinn Ilmari Man... Bumping version to 1.85
2018-01-26 Dagfinn Ilmari Man... Remove pointless quoting of single variables
2018-01-26 Sebastian Riedel add reusable _update_set_values method, consistent...
2017-10-25 Xavier Guimard Spelling errors
2017-04-13 Dagfinn Ilmari Man... Whitespace cleanup
2017-04-13 Dagfinn Ilmari Man... Prune pointless puke parens
2017-04-03 Dagfinn Ilmari Man... Bumping version to 1.84
2017-04-03 Dagfinn Ilmari Man... Bumping version to 1.83
2017-04-03 Dagfinn Ilmari Man... Comment why each of the RETURNING clauses have their...
2017-03-21 Sebastian Riedel Add support for DELETE ... RETURNING ...
2017-03-20 Dagfinn Ilmari Man... Release 1.82
2017-03-01 Dagfinn Ilmari Man... Align clauses of complex ORDER BY example for readability
2017-03-01 Joshua Keroes Fix syntax errors in ORDER BY docs (GH#7)
2017-02-28 Dagfinn Ilmari Man... Release 1.81_01
2016-05-06 Ricardo Signes Document arrayrefref (\[...]) form for order_by
2016-03-04 Dagfinn Ilmari Man... Remove pointless prototypes on methods
2016-03-04 Dagfinn Ilmari Man... Fix ->insert($table, \@values) with >26 values (RT...
2015-12-30 Dagfinn Ilmari Man... 10% speedup of identifier quoting
2015-07-14 Dagfinn Ilmari Man... Fix ORDER BY clause type in synopsis and where() header
2015-07-07 Dagfinn Ilmari Man... Fix order clauses with bind parameters in ->where
2014-12-21 Dagfinn Ilmari Man... Add _update_returning method for UPDATE … RETURNING
2014-12-21 Dagfinn Ilmari Man... Keep calling _insert_returning for INSERT … RETURNING
2014-12-20 Daniel Perrett Fixed missing '}' in POD examples and reformat for...
2014-12-15 Dagfinn Ilmari Man... Reinstate _insert_returning method for DBIC compat
2014-12-15 Dagfinn Ilmari Man... Add support for UPDATE ... RETURNING ...
2014-10-25 Peter Rabbitson Release 1.81
2014-10-25 Peter Rabbitson Fix overly-enthusiastic parenthesis unroller (RT#99503)
2014-10-05 Peter Rabbitson Release 1.80
2014-10-03 Peter Rabbitson Croak on invalid top-level special ops
2014-10-03 Peter Rabbitson Saner handling of nested_lhs, we now set it in one...
2014-09-26 gregor herrmann spelling mistake (RT#99147)
2014-09-26 Peter Rabbitson Whatever I was thinking it wasn't making much sense
2014-09-25 Peter Rabbitson Release 1.79
2014-09-25 Peter Rabbitson Deprecate and properly handle empty lhs
2014-09-23 Rudolf Leermakers Updating links to repositories, added GitHub mirror
2014-09-23 Rudolf Leermakers Minor documentation fixes; typos, POD formatting code...
2014-09-21 Peter Rabbitson Link fixes (no other changes)
2014-09-20 Dagfinn Ilmari Man... Warn if _recurse_where is called in scalar context
2014-09-20 Peter Rabbitson Truly fix literal+bind examples (build upon a3e3e6a18)
2014-09-20 Dagfinn Ilmari Man... Fix typos in literal + bind examples
2014-09-19 Peter Rabbitson Well how about them apples?! Add temporary overload...
2014-09-19 Peter Rabbitson Boolification-derived-stringification is a thing.....
2014-09-14 Peter Rabbitson An arrayref makes sense for literals, but no sense...
2014-09-07 Peter Rabbitson Make sure is_plain_value returns the actual object...
2014-09-07 Peter Rabbitson Even more reuse of @_
2014-09-04 Peter Rabbitson { -ident => undef } makes zero sense
2014-07-18 Dagfinn Ilmari Man... Correct comments about overload methods vs. ->can()
2014-07-17 Peter Rabbitson Aha - this is why I didn't use ->can originally
2014-07-17 Peter Rabbitson New exportable functions: is_literal_value($) and is_pl...
2014-07-17 Peter Rabbitson Fix -values not being handled properly with NULLs
2014-07-17 Dagfinn Ilmari Man... Escape closing quote character in table and column...
2014-05-28 Peter Rabbitson release 1.78
2014-01-17 Peter Rabbitson release 1.77
2014-01-16 Peter Rabbitson Fix regression in column level { not => undef } op
2013-12-27 Peter Rabbitson release 1.75
2013-12-26 Peter Rabbitson Reintroduce handling of IS( NOT) ops
next