Added example and fleshed out ORDER BY and GROUP BY. This finishes all mandatory...
[dbsrgits/SQL-Abstract-2.0-ish.git] / lib / SQL / Abstract / Manual / Specification.pod
2009-03-29 Rob Kinyon Added example and fleshed out ORDER BY and GROUP BY...
2009-03-26 Rob Kinyon Removed Nesting operator and explicated how nesting...
2009-03-26 Rob Kinyon Added a nested example and the Nesting type
2009-03-26 Rob Kinyon Split out the examples into their own POD
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 Fleshed out all the clauses. Need to regularize the...
2009-03-18 Rob Kinyon Moved the spec over here