only default in $_ if @_ is empty, not if $_[0] exists but is undef
[dbsrgits/Data-Query.git] / lib / Data / Query / Renderer / SQL / Slice /
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-03-22 Dagfinn Ilmari Man... 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 S Trout don't negate undef in Slice/FetchFirst
2013-01-26 Dagfinn Ilmari Man... Add support for NULLS FIRST/LAST in ORDER BY
2012-10-15 Matt S Trout add slice stability requirement code
2012-08-25 Matt S Trout fixups for HAVING clauses
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-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-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 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 Slice implementations as roles