The 'as' component of an Alias is now an Identifier
[dbsrgits/SQL-Abstract-2.0-ish.git] / t / compat /
2009-04-03 Ash Berlin Sort hash keys so that the SQL produced is stable
2009-03-30 Ash Berlin Handle field convertor
2009-03-29 Ash Berlin Support setting default cmp operator in compat
2009-03-29 Ash Berlin Remove SQL::Abstract::AST::Compat and put all the code...
2009-03-29 Ash Berlin Port more of the back-compat tests
2009-03-29 Ash Berlin Start testing/writing API compatability layer
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...
2009-03-25 Ash Berlin Skeleton class for starting the back-compat layer