Updates to MX::Declare required changes
[dbsrgits/SQL-Abstract-2.0-ish.git] / lib / SQL / Abstract / Compat.pm
2009-07-20 Ash Berlin Updates to MX::Declare required changes master
2009-05-01 Ash Berlin Basic AST compat for update
2009-05-01 Ash Berlin Simple work on update errors
2009-04-15 Ash Berlin Simple start on UPDATE clause backcompat
2009-04-04 Ash Berlin Chage {-type => 'name', args => [] } to {-type => ...
2009-04-04 Ash Berlin Start porting more back compat changes
2009-04-04 Ash Berlin Add Compat->AST tests for the complex test from compat...
2009-04-04 Ash Berlin Add comments
2009-04-04 Ash Berlin Refactor the field visitors in compat layer
2009-04-03 Ash Berlin Sort hash keys so that the SQL produced is stable
2009-04-02 Ash Berlin Work on compat layer
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-26 Ash Berlin Remove HashAST and ArrayAST types
2009-03-25 Ash Berlin Boilerplate for public SQLA(1) functions
2009-03-25 Ash Berlin Skeleton class for starting the back-compat layer