nested where nodes
[dbsrgits/Data-Query.git] / lib / Data / Query / Renderer / SQL / Naive.pm
2012-12-05 Matt S Trout nested where nodes
2012-11-27 Matt Phillips fixed incorrect is_Literal usage
2012-10-11 Matt S Trout select+join+where
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 slightly better error messages
2012-08-17 Matt S Trout working RowNumberOver
2012-07-28 Matt S Trout remove debugging code
2012-07-28 Matt S Trout first expansion to using helper subs
2012-05-27 Matt S Trout first whack at GenericSubQ, half works
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-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-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 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