dbsrgits/Data-Query.git
2013-11-03 Matt S Trout make map_descending available as map_dq_tree via ExprHe...
2013-11-01 Matt S Trout add double subquery handling to MySQL code
2013-11-01 Matt S Trout rewrite GenericSubquery to handle multiple order columns
2013-10-12 Matt S Trout respect order_is_stable even with no ORDER BY (assume...
2013-10-12 Matt S Trout switch where wrapping order to look better (and make...
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-10-07 Matt S Trout default the default_inside_alias in case of a full...
2013-10-07 Matt S Trout don't gensym for unqualified versions of already select...
2013-06-17 Peter Rabbitson Cleanup after Moo
2013-03-23 Dagfinn Ilmari... Render empty insert value lists as DEFAULT VALUES
2013-03-22 Dagfinn Ilmari... Preserve NULLS ordering in SubqueryRemap
2013-03-21 Matt S Trout LimitXY Slice dialect
2013-03-21 Matt S Trout add slice_subquery method for DBIC introspection
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... 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 separate to_sql mechanism
2012-10-11 Matt S Trout demonstrate limit dialects
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-09-07 Prog Rammer SELECT a, b FROM foo
2012-08-27 Prog Rammer cosmetic
2012-08-27 Prog Rammer test for between
2012-08-27 Prog Rammer test for count(*)
2012-08-27 Prog Rammer left outer join
2012-08-27 Prog Rammer simple group by test
2012-08-27 Prog Rammer another way to join
2012-08-25 Matt S Trout fixups for HAVING clauses
2012-08-24 Prog Rammer whitespace
2012-08-24 Prog Rammer like sql.t but using ExprHelpers directly
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... 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
2012-04-14 Matt S Trout fix test to pass, come back to it later
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 test AS export
2010-10-16 Matt S Trout clean up sql.t somewhat
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...
next