Fix trailing whitespace
[dbsrgits/Data-Query.git] / lib / Data / Query / ExprHelpers.pm
2013-11-15 Matt S Trout provide $_ in scan_dq_nodes
2013-11-03 Matt S Trout make map_descending available as map_dq_tree via ExprHe...
2013-10-09 Matt S Trout only default in $_ if @_ is empty, not if $_[0] exists...
2013-10-07 Matt S Trout add scan_dq_nodes helper
2013-03-18 Matt Phillips allow optional hashref as final arg to helpers
2013-03-17 Matt S Trout RETURNING ... INTO support
2013-01-26 Dagfinn Ilmari Man... Add support for NULLS FIRST/LAST in ORDER BY
2012-08-25 Matt S Trout fixups for HAVING clauses
2012-08-17 Matt S Trout minor helper tweaks
2012-08-17 Matt Phillips Remove array expansion in Literal()
2012-07-28 Matt S Trout add compose routine and refactor FetchFirst to function...
2012-07-28 Matt S Trout first expansion to using helper subs
2011-07-17 Matt S Trout metadata for values, order by, values for literals
2010-10-16 Matt S Trout introduce SELECT capability and skeleton test
2010-10-16 Matt S Trout factor construction of simple expressions out into...