allow optional hashref as final arg to helpers
[dbsrgits/Data-Query.git] / lib /
2013-03-18 Matt Phillips allow optional hashref as final arg to helpers
2013-03-18 Matt S Trout don't negate undef in Slice/FetchFirst
2013-03-17 Matt S Trout RETURNING ... INTO support
2013-03-17 Matt S Trout PRIOR rendering for CONNECT BY
2013-01-26 Dagfinn Ilmari Man... Add support for NULLS FIRST/LAST in ORDER BY
2012-12-05 Matt S Trout nested where nodes
2012-11-27 Matt Phillips fixed incorrect is_Literal usage
2012-10-15 Matt S Trout add slice stability requirement code
2012-10-11 Matt S Trout limit/offset
2012-10-11 Matt S Trout order by somewhat working
2012-10-11 Matt S Trout select+join+where
2012-10-11 Matt S Trout beginnings of declarative code
2012-08-25 Matt S Trout fixups for HAVING clauses
2012-08-23 Matt S Trout don't deparenthesise subqueries with a group by
2012-08-23 Matt S Trout randomised crazy order by support for subquery remap
2012-08-23 Matt S Trout nuke old attempt at generic subquery
2012-08-23 Matt S Trout slightly better error messages
2012-08-18 Matt S Trout fix desc detection for genericsubq
2012-08-17 Matt S Trout first cut at GenericSubquery
2012-08-17 Matt S Trout working RowNum.pm
2012-08-17 Matt S Trout beginnings of RowNum.pm
2012-08-17 Matt S Trout minor helper tweaks
2012-08-17 Matt S Trout working RowNumberOver
2012-08-17 Matt Phillips Remove array expansion in Literal()
2012-07-29 Matt S Trout functionalise order mapping
2012-07-29 Matt S Trout more functional select list generation
2012-07-28 Matt S Trout slight syntactical cleanup
2012-07-28 Matt S Trout add compose routine and refactor FetchFirst to function...
2012-07-28 Matt S Trout clean up FetchFirst more
2012-07-28 Matt S Trout import cleanups
2012-07-28 Matt S Trout remove debugging code
2012-07-28 Matt S Trout first expansion to using helper subs
2012-07-28 Arthur Axel 'fREW... fixup! first cut of rno sketch
2012-07-28 Matt S Trout first cut of rno sketch
2012-07-28 Matt S Trout fix expr.include to generate alias nodes correctly
2012-05-27 Matt S Trout first whack at GenericSubQ, half works
2012-05-07 Matt S Trout MOAR order
2012-05-06 Matt S Trout FIRST ? SKIP ?
2012-05-06 Matt S Trout implement FIRST ? SKIP ?
2012-04-20 Matt S Trout fixup gensym behaviour
2012-04-20 Matt S Trout ORDER BY never generates ASC
2012-04-20 Matt S Trout Slice implementations as roles
2012-04-20 Matt S Trout allow a group by node without a list
2012-04-16 Matt S Trout handle nested rather than unrolled joins
2012-04-16 Matt S Trout allow '' literals though wtf
2012-04-16 Matt S Trout rename alias node content
2012-04-16 Matt S Trout slice type
2012-04-14 Matt S Trout ON and LEFT/RIGHT
2012-04-14 Matt S Trout initial group by support
2012-04-14 Matt S Trout always_quote might be set with no quote chars
2012-04-14 Matt S Trout last direct hash access (I think)
2012-04-14 Matt S Trout add more attributes
2012-04-14 Matt S Trout initial Mooification
2011-08-13 Matt S Trout start sketching out a Perl renderer
2011-07-31 Matt S Trout clean up code to use intersperse
2011-07-31 Matt S Trout INSERT support
2011-07-31 Matt S Trout refactor DELETE and add UPDATE
2011-07-31 Matt S Trout DELETE support
2011-07-31 Matt S Trout add constant for DQ_WHERE
2011-07-31 Matt S Trout parens around BETWEEN
2011-07-31 Matt S Trout grudginly implement lc_keywords
2011-07-31 Matt S Trout add multipart literal support
2011-07-31 Matt S Trout allow a single literal arg to BETWEEN
2011-07-30 Matt S Trout disable quoting of function names in apply op
2011-07-29 Matt S Trout default to unop/binop based on args
2011-07-25 Matt S Trout apply type op and NULL handling
2011-07-25 Matt S Trout add null, in, between etc. support
2011-07-17 Matt S Trout metadata for values, order by, values for literals
2011-07-17 Matt S Trout sanify alias/SELECT list rendering
2011-07-17 Matt S Trout beginnings of FROM, support for AS
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...
2010-08-14 Matt S Trout basic expression rendering for SQL::Naive
2010-06-06 Matt S Trout change perl to Perl
2010-06-06 Matt S Trout unary operators
2010-06-06 Matt S Trout add & and | overloading to and and or
2010-06-05 Matt S Trout fill out operator list and test not-currently-supported...
2010-06-05 Matt S Trout basic binary operator code
2010-06-05 Matt S Trout identifier expr builder