dbsrgits/Data-Query.git
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...
2010-08-14 Matt S Trout switch expr.t to factored out t/expr.include
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 test reversed operands
2010-06-05 Matt S Trout basic binary operator code
2010-06-05 Matt S Trout identifier expr builder