Fix trailing whitespace
[dbsrgits/Data-Query.git] / t /
2014-01-17 Peter Rabbitson Fix trailing whitespace master
2014-01-09 Dagfinn Ilmari Man... Use ExprDeclare in tests instead of expr.include
2014-01-09 Dagfinn Ilmari Man... Import needed ExprDeclare functions in t/example.t
2013-01-26 Dagfinn Ilmari Man... Add support for NULLS FIRST/LAST in ORDER BY
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-24 Prog Rammer whitespace
2012-08-24 Prog Rammer like sql.t but using ExprHelpers directly
2012-07-28 Matt S Trout first expansion to using helper subs
2012-07-28 Matt S Trout fix expr.include to generate alias nodes correctly
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-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-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