Start working on update clause
[dbsrgits/SQL-Abstract-2.0-ish.git] / t / compat / ast / 01.t
2009-04-04 Ash Berlin Start working on update clause
2009-04-04 Ash Berlin Refactor test code a bit
2009-04-04 Ash Berlin Chage {-type => 'name', args => [] } to {-type => ...
2009-04-04 Ash Berlin Add Compat->AST tests for the complex test from compat...
2009-04-04 Ash Berlin Add more compat ast tests with ->convert set
2009-04-03 Ash Berlin Sort hash keys so that the SQL produced is stable
2009-03-29 Ash Berlin Remove SQL::Abstract::AST::Compat and put all the code...
2009-03-29 Ash Berlin Dont use generate method in testing compat ast
2009-03-29 Ash Berlin Add a more complex test
2009-03-29 Ash Berlin -in and -not_in support
2009-03-29 Ash Berlin Handle { foo => [ 1, 'bar' ] } and { foo => { '!='...
2009-03-26 Ash Berlin Make a start on the Compat AST -> Explict AST tree...