Merged how insert and update set columns
[dbsrgits/SQL-Abstract-2.0-ish.git] / lib / SQL / Abstract / Manual / Specification.pod
2009-04-06 Rob Kinyon Merged how insert and update set columns
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-01 Rob Kinyon Defined the clauses expected to be supported per statement
2009-03-30 Rob Kinyon Removed ExpressionList as a useless unit type
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 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