Update clases test+functionality
[dbsrgits/SQL-Abstract-2.0-ish.git] / lib / SQL / Abstract.pm
2009-04-04 Ash Berlin Update clases test+functionality
2009-04-04 Ash Berlin Chage {-type => 'name', args => [] } to {-type => ...
2009-04-04 Ash Berlin Start porting more back compat changes
2009-03-29 Ash Berlin Make LIKE op work
2009-03-26 Ash Berlin Remove HashAST and ArrayAST types
2009-03-25 Ash Berlin Update binop mapping to include >= and <=
2009-03-18 Norbert Buchmuller Simple test of coercion on quote_char accessor
2009-03-14 Ash Berlin Make join tests behave
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-12 Ash Berlin Refactor more things to fully hash based AST
2009-03-12 Ash Berlin Port more stuff to use HashAST
2009-03-10 Ash Berlin Quoting + simple selects (and tests)
2009-03-10 Ash Berlin Replace lazy_build with lazt + builder
2009-03-10 Ash Berlin Create ArrayAST, HashAST and AST types in a type librar...
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 Move the AST walking code out into seperate class
2009-03-03 Ash Berlin Require -ast_version to generate (and un-dual life...
2009-03-03 Ash Berlin Add IN generator
2009-03-03 Ash Berlin Return binds when called as class method
2009-03-02 Ash Berlin A few simple order by tests. Not sure i'm happy with...
2009-03-02 Ash Berlin Fix bracketing of where
2009-03-02 Ash Berlin Fix typo in tests
2009-03-02 Ash Berlin Produce half decent where clauses
2009-02-23 Ash Berlin Add a simple test for WHERE
2009-02-22 Ash Berlin Initial commit