handle nested rather than unrolled joins
[dbsrgits/Data-Query.git] / lib /
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