dbsrgits/SQL-Abstract-2.0-ish.git
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-30 Ash Berlin Fix Makefile.PL
2009-04-15 Ash Berlin Simple start on UPDATE clause backcompat
2009-04-08 Rob Kinyon Added skeleton of visitor guidelines and finished furth...
2009-04-07 Rob Kinyon Added TODO items
2009-04-07 Rob Kinyon Removed items that have examples for them now in Exampl...
2009-04-07 Rob Kinyon Fixed problems with the identifiers in the examples
2009-04-07 Rob Kinyon Added further examples
2009-04-06 Rob Kinyon Merged how insert and update set columns
2009-04-04 Ash Berlin Update clases test+functionality
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 dduncan's email comments for all to see
2009-04-04 Ash Berlin IS NOT? NULL support
2009-04-04 Ash Berlin Start porting more back compat changes
2009-04-04 Ash Berlin Make tests pass with more explicit bracketing (but...
2009-04-04 Ash Berlin Mark the failing test as a todo. It might be caused...
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 Add more compat ast tests with ->convert set
2009-04-04 Ash Berlin Refactor the field visitors in compat layer
2009-04-03 Rob Kinyon The 'as' component of an Alias is now an Identifier
2009-04-03 Rob Kinyon Changed SelectComponent and TableJoin into Expression...
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-04-01 Rob Kinyon Defined the clauses expected to be supported per statement
2009-04-01 Rob Kinyon Merge branch 'master' of git@github.com:ashb/sql-abstract
2009-03-30 Ash Berlin Simple between support
2009-03-30 Rob Kinyon Removed ExpressionList as a useless unit type
2009-03-30 Ash Berlin Handle field convertor
2009-03-30 Ash Berlin Fucntion support
2009-03-29 Ash Berlin Support setting default cmp operator in compat
2009-03-29 Ash Berlin Make LIKE op work
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 Fix behavoiur of * in names
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-29 Rob Kinyon Added example of DELETE
2009-03-29 Rob Kinyon Added INSERT with example
2009-03-29 Rob Kinyon UPDATE finished. Example provided.
2009-03-29 Rob Kinyon Forgot about CONNECT BY. Oops. No example provided.
2009-03-29 Rob Kinyon Fleshed out final clauses for SELECT statement. No...
2009-03-29 Rob Kinyon Added example and fleshed out ORDER BY and GROUP BY...
2009-03-26 Ash Berlin Clean the type library
2009-03-26 Ash Berlin Make a start on the Compat AST -> Explict AST tree...
2009-03-26 Ash Berlin Remove HashAST and ArrayAST types
2009-03-26 Rob Kinyon Fixed examples
2009-03-26 Rob Kinyon Removed Nesting operator and explicated how nesting...
2009-03-26 Rob Kinyon Merge branch 'master' of git@github.com:ashb/sql-abstract
2009-03-26 Rob Kinyon Added a nested example and the Nesting type
2009-03-26 Rob Kinyon Added example of simple WHERE clause
2009-03-26 Rob Kinyon Split out the examples into their own POD
2009-03-25 Ash Berlin Boilerplate for public SQLA(1) functions
2009-03-25 Ash Berlin Update binop mapping to include >= and <=
2009-03-25 Ash Berlin use Module::Install::ProvidesClass in the Makefile.PL
2009-03-25 Ash Berlin Skeleton class for starting the back-compat layer
2009-03-25 Rob Kinyon Changed how the tables clause is structured
2009-03-24 Rob Kinyon Changed Function and the various FooOperator clauses...
2009-03-23 Rob Kinyon A bunch of changes, primarily focused on adding the...
2009-03-21 Rob Kinyon Added RESTRICTIONS section and continued work on the...
2009-03-21 Rob Kinyon Added definition of Value and added TrinaryOperator
2009-03-21 Rob Kinyon Further fixing plus the first actual AST specification.
2009-03-21 Rob Kinyon Fixed a few things based on ashb's critique
2009-03-19 Rob Kinyon Constant -> Value with some enhancements
2009-03-19 Rob Kinyon Merge branch 'master' of git@github.com:ashb/sql-abstract
2009-03-19 Rob Kinyon Fleshed out all the clauses. Need to regularize the...
2009-03-18 Ash Berlin Merge branch 'master' of git@github.com:ashb/sql-abstract
2009-03-18 Norbert Buchmuller Simple test of coercion on quote_char accessor
2009-03-18 Rob Kinyon Moved the spec over here
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 Remove unused test
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 Replace lazy_build with lazt + builder
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
2009-03-03 Ash Berlin Require -ast_version to generate (and un-dual life...
2009-03-03 Ash Berlin Add IN generator
next