Fix behavoiur of * in names
[dbsrgits/SQL-Abstract-2.0-ish.git] / lib / SQL / Abstract / AST / v1.pm
2009-03-29 Ash Berlin Fix behavoiur of * in names
2009-03-26 Ash Berlin Remove HashAST and ArrayAST types
2009-03-14 Ash Berlin ORDER BY, HAVING, GROUP BY and WHERE clauses on select
2009-03-14 Ash Berlin Select with WHERE
2009-03-14 Ash Berlin Make join tests behave
2009-03-14 Ash Berlin LEFT JOIN + rework join tests
2009-03-14 Ash Berlin Re-work SELECT
2009-03-13 Ash Berlin Get select sort of working again
2009-03-13 Ash Berlin Rename things and unify error handling a bit
2009-03-13 Ash Berlin Make more of the expression (formerly basic where)...
2009-03-12 Ash Berlin Make more stuff work with HashAST
2009-03-12 Ash Berlin Refactor more things to fully hash based AST
2009-03-12 Ash Berlin Port more stuff to use HashAST
2009-03-11 Ash Berlin Mid-refactor: Convert from array refs to hashrefs for...
2009-03-10 Ash Berlin Quoting + simple selects (and tests)
2009-03-10 Ash Berlin Comment logic
2009-03-10 Ash Berlin Create ArrayAST, HashAST and AST types in a type librar...
2009-03-06 Ash Berlin Start producing join stmts
2009-03-04 Ash Berlin Use seperate dispatch table for where to top level
2009-03-04 Ash Berlin Refactor to use a (hopefully) clearer dispatch table...
2009-03-03 Ash Berlin Add tests for more basic constructs
2009-03-03 Ash Berlin Move the AST walking code out into seperate class