Prog Rammer [Mon, 27 Aug 2012 16:18:37 +0000]
simple group by test
Prog Rammer [Mon, 27 Aug 2012 16:08:47 +0000]
another way to join
from ilmari++ in irc
Matt S Trout [Sat, 25 Aug 2012 18:47:08 +0000]
fixups for HAVING clauses
Prog Rammer [Fri, 24 Aug 2012 20:09:18 +0000]
whitespace
Prog Rammer [Fri, 24 Aug 2012 20:00:38 +0000]
like sql.t but using ExprHelpers directly
Only a few features that I've figured out so far.
Matt S Trout [Thu, 23 Aug 2012 18:27:39 +0000]
don't deparenthesise subqueries with a group by
Matt S Trout [Thu, 23 Aug 2012 18:27:21 +0000]
randomised crazy order by support for subquery remap
Matt S Trout [Thu, 23 Aug 2012 18:26:58 +0000]
nuke old attempt at generic subquery
Matt S Trout [Thu, 23 Aug 2012 12:33:37 +0000]
slightly better error messages
Matt S Trout [Sat, 18 Aug 2012 12:25:57 +0000]
fix desc detection for genericsubq
Matt S Trout [Fri, 17 Aug 2012 14:32:23 +0000]
first cut at GenericSubquery
Matt S Trout [Fri, 17 Aug 2012 12:40:01 +0000]
working RowNum.pm
Matt S Trout [Thu, 16 Aug 2012 17:53:39 +0000]
beginnings of RowNum.pm
Matt S Trout [Thu, 16 Aug 2012 17:34:23 +0000]
minor helper tweaks
Matt S Trout [Thu, 16 Aug 2012 16:33:08 +0000]
working RowNumberOver
Matt Phillips [Fri, 17 Aug 2012 16:47:01 +0000]
Remove array expansion in Literal()
Was breaking SQL::Abstract testsuite.
Matt S Trout [Sun, 29 Jul 2012 17:19:00 +0000]
functionalise order mapping
Matt S Trout [Sun, 29 Jul 2012 15:20:05 +0000]
more functional select list generation
Matt S Trout [Sat, 28 Jul 2012 19:48:06 +0000]
slight syntactical cleanup
Matt S Trout [Sat, 28 Jul 2012 18:56:32 +0000]
add compose routine and refactor FetchFirst to functional style
Matt S Trout [Sat, 28 Jul 2012 18:06:58 +0000]
clean up FetchFirst more
Matt S Trout [Sat, 28 Jul 2012 17:57:48 +0000]
import cleanups
Matt S Trout [Sat, 28 Jul 2012 17:57:12 +0000]
remove debugging code
Matt S Trout [Sat, 28 Jul 2012 17:48:52 +0000]
first expansion to using helper subs
Arthur Axel 'fREW' Schmidt [Sat, 28 Jul 2012 17:37:01 +0000]
fixup! first cut of rno sketch
Matt S Trout [Sat, 28 Jul 2012 16:52:56 +0000]
first cut of rno sketch
Matt S Trout [Sat, 28 Jul 2012 11:38:59 +0000]
fix expr.include to generate alias nodes correctly
Matt S Trout [Sun, 27 May 2012 18:54:32 +0000]
first whack at GenericSubQ, half works
Matt S Trout [Mon, 7 May 2012 06:16:12 +0000]
MOAR order
Matt S Trout [Sun, 6 May 2012 23:58:32 +0000]
FIRST ? SKIP ?
Matt S Trout [Sun, 6 May 2012 23:25:01 +0000]
implement FIRST ? SKIP ?
Matt S Trout [Fri, 20 Apr 2012 10:52:46 +0000]
fixup gensym behaviour
Matt S Trout [Fri, 20 Apr 2012 10:52:37 +0000]
ORDER BY never generates ASC
Matt S Trout [Fri, 20 Apr 2012 10:03:30 +0000]
Slice implementations as roles
Matt S Trout [Fri, 20 Apr 2012 03:52:42 +0000]
allow a group by node without a list
Matt S Trout [Mon, 16 Apr 2012 14:03:00 +0000]
handle nested rather than unrolled joins
Matt S Trout [Mon, 16 Apr 2012 13:46:25 +0000]
allow '' literals though wtf
Matt S Trout [Mon, 16 Apr 2012 12:34:10 +0000]
rename alias node content
Matt S Trout [Mon, 16 Apr 2012 07:11:08 +0000]
slice type
Matt S Trout [Sat, 14 Apr 2012 19:17:23 +0000]
ON and LEFT/RIGHT
Matt S Trout [Sat, 14 Apr 2012 17:10:39 +0000]
initial group by support
Matt S Trout [Sat, 14 Apr 2012 04:35:13 +0000]
always_quote might be set with no quote chars
Matt S Trout [Sat, 14 Apr 2012 02:54:44 +0000]
last direct hash access (I think)
Matt S Trout [Sat, 14 Apr 2012 02:54:16 +0000]
add more attributes
Matt S Trout [Sat, 14 Apr 2012 02:48:51 +0000]
initial Mooification
Matt S Trout [Sat, 14 Apr 2012 02:48:42 +0000]
fix test to pass, come back to it later
Matt S Trout [Sat, 13 Aug 2011 14:31:54 +0000]
start sketching out a Perl renderer
Matt S Trout [Sun, 31 Jul 2011 20:39:00 +0000]
clean up code to use intersperse
Matt S Trout [Sun, 31 Jul 2011 19:39:06 +0000]
INSERT support
Matt S Trout [Sun, 31 Jul 2011 15:03:46 +0000]
refactor DELETE and add UPDATE
Matt S Trout [Sun, 31 Jul 2011 10:01:32 +0000]
DELETE support
Matt S Trout [Sun, 31 Jul 2011 09:11:55 +0000]
add constant for DQ_WHERE
Matt S Trout [Sun, 31 Jul 2011 05:44:52 +0000]
parens around BETWEEN
Matt S Trout [Sun, 31 Jul 2011 05:38:30 +0000]
grudginly implement lc_keywords
Matt S Trout [Sun, 31 Jul 2011 01:20:46 +0000]
add multipart literal support
Matt S Trout [Sun, 31 Jul 2011 00:59:37 +0000]
allow a single literal arg to BETWEEN
Matt S Trout [Sat, 30 Jul 2011 23:39:10 +0000]
disable quoting of function names in apply op
Matt S Trout [Fri, 29 Jul 2011 19:59:02 +0000]
default to unop/binop based on args
Matt S Trout [Mon, 25 Jul 2011 15:04:45 +0000]
apply type op and NULL handling
Matt S Trout [Mon, 25 Jul 2011 06:41:06 +0000]
add null, in, between etc. support
Matt S Trout [Sun, 17 Jul 2011 06:53:00 +0000]
metadata for values, order by, values for literals
Matt S Trout [Sun, 17 Jul 2011 02:08:43 +0000]
sanify alias/SELECT list rendering
Matt S Trout [Sun, 17 Jul 2011 00:41:01 +0000]
beginnings of FROM, support for AS
Matt S Trout [Sat, 16 Oct 2010 02:05:27 +0000]
test AS export
Matt S Trout [Sat, 16 Oct 2010 01:54:30 +0000]
clean up sql.t somewhat
Matt S Trout [Sat, 16 Oct 2010 01:51:57 +0000]
introduce SELECT capability and skeleton test
Matt S Trout [Sat, 16 Oct 2010 01:15:58 +0000]
factor construction of simple expressions out into ExprHelpers.pm
Matt S Trout [Sat, 14 Aug 2010 21:02:53 +0000]
switch expr.t to factored out t/expr.include
Matt S Trout [Sat, 14 Aug 2010 21:02:06 +0000]
basic expression rendering for SQL::Naive
Matt S Trout [Sun, 6 Jun 2010 13:42:37 +0000]
change perl to Perl
Matt S Trout [Sun, 6 Jun 2010 01:38:13 +0000]
unary operators
Matt S Trout [Sun, 6 Jun 2010 00:43:53 +0000]
add & and | overloading to and and or
Matt S Trout [Sat, 5 Jun 2010 18:12:39 +0000]
fill out operator list and test not-currently-supported operators
Matt S Trout [Sat, 5 Jun 2010 18:06:29 +0000]
test reversed operands
Matt S Trout [Sat, 5 Jun 2010 18:05:50 +0000]
basic binary operator code
Matt S Trout [Sat, 5 Jun 2010 17:30:48 +0000]
identifier expr builder