Rob Kinyon [Tue, 7 Apr 2009 00:20:47 +0000]
Removed items that have examples for them now in Examples.pod
Rob Kinyon [Tue, 7 Apr 2009 00:19:23 +0000]
Fixed problems with the identifiers in the examples
Rob Kinyon [Tue, 7 Apr 2009 00:00:33 +0000]
Added further examples
Rob Kinyon [Mon, 6 Apr 2009 23:54:08 +0000]
Merged how insert and update set columns
Ash Berlin [Sat, 4 Apr 2009 23:35:39 +0000]
Update clases test+functionality
Ash Berlin [Sat, 4 Apr 2009 23:20:53 +0000]
Start working on update clause
Ash Berlin [Sat, 4 Apr 2009 21:52:05 +0000]
Refactor test code a bit
Ash Berlin [Sat, 4 Apr 2009 21:35:29 +0000]
Chage {-type => 'name', args => [] } to {-type => 'identifier', elements => [] }
Ash Berlin [Sat, 4 Apr 2009 19:43:38 +0000]
Add dduncan's email comments for all to see
Ash Berlin [Sat, 4 Apr 2009 18:33:00 +0000]
IS NOT? NULL support
Ash Berlin [Sat, 4 Apr 2009 18:00:17 +0000]
Start porting more back compat changes
Ash Berlin [Sat, 4 Apr 2009 16:36:47 +0000]
Make tests pass with more explicit bracketing (but still way less than old SQLA did)
Ash Berlin [Sat, 4 Apr 2009 00:03:33 +0000]
Mark the failing test as a todo. It might be caused by SQL::A::Test bug, since hte AST looks right
Ash Berlin [Fri, 3 Apr 2009 22:40:51 +0000]
Add Compat->AST tests for the complex test from compat/00new.t
Ash Berlin [Fri, 3 Apr 2009 19:15:15 +0000]
Add comments
Ash Berlin [Fri, 3 Apr 2009 19:06:12 +0000]
Add more compat ast tests with ->convert set
Ash Berlin [Fri, 3 Apr 2009 19:04:21 +0000]
Refactor the field visitors in compat layer
Rob Kinyon [Fri, 3 Apr 2009 18:18:10 +0000]
The 'as' component of an Alias is now an Identifier
Rob Kinyon [Fri, 3 Apr 2009 18:11:18 +0000]
Changed SelectComponent and TableJoin into Expression and added Alias.
Ash Berlin [Fri, 3 Apr 2009 09:09:41 +0000]
Sort hash keys so that the SQL produced is stable
Ash Berlin [Thu, 2 Apr 2009 22:56:36 +0000]
Work on compat layer
Rob Kinyon [Wed, 1 Apr 2009 13:35:23 +0000]
Defined the clauses expected to be supported per statement
Rob Kinyon [Wed, 1 Apr 2009 13:21:56 +0000]
Merge branch 'master' of git@github.com:ashb/sql-abstract
Ash Berlin [Mon, 30 Mar 2009 19:38:56 +0000]
Simple between support
Rob Kinyon [Mon, 30 Mar 2009 11:32:15 +0000]
Removed ExpressionList as a useless unit type
Ash Berlin [Mon, 30 Mar 2009 08:59:43 +0000]
Handle field convertor
Ash Berlin [Mon, 30 Mar 2009 08:51:45 +0000]
Fucntion support
Ash Berlin [Sun, 29 Mar 2009 22:58:39 +0000]
Support setting default cmp operator in compat
Ash Berlin [Sun, 29 Mar 2009 22:58:21 +0000]
Make LIKE op work
Ash Berlin [Sun, 29 Mar 2009 22:47:45 +0000]
Remove SQL::Abstract::AST::Compat and put all the code into SQL::Abstract::Compat instead
Ash Berlin [Sun, 29 Mar 2009 22:40:51 +0000]
Port more of the back-compat tests
Ash Berlin [Sun, 29 Mar 2009 17:33:06 +0000]
Start testing/writing API compatability layer
Ash Berlin [Sun, 29 Mar 2009 17:32:31 +0000]
Dont use generate method in testing compat ast
Ash Berlin [Sun, 29 Mar 2009 17:31:39 +0000]
Fix behavoiur of * in names
Ash Berlin [Sun, 29 Mar 2009 16:49:30 +0000]
Add a more complex test
Ash Berlin [Fri, 27 Mar 2009 09:35:37 +0000]
-in and -not_in support
Ash Berlin [Fri, 27 Mar 2009 09:26:11 +0000]
Handle { foo => [ 1, 'bar' ] } and { foo => { '!=' => 'bar' } }
Rob Kinyon [Sun, 29 Mar 2009 03:23:19 +0000]
Added example of DELETE
Rob Kinyon [Sun, 29 Mar 2009 03:13:23 +0000]
Added INSERT with example
Rob Kinyon [Sun, 29 Mar 2009 03:06:26 +0000]
UPDATE finished. Example provided.
Rob Kinyon [Sun, 29 Mar 2009 02:48:38 +0000]
Forgot about CONNECT BY. Oops. No example provided.
Rob Kinyon [Sun, 29 Mar 2009 02:32:15 +0000]
Fleshed out final clauses for SELECT statement. No examples provided.
Rob Kinyon [Sun, 29 Mar 2009 02:20:10 +0000]
Added example and fleshed out ORDER BY and GROUP BY. This finishes all mandatory clauses for SELECT statements.
Ash Berlin [Thu, 26 Mar 2009 20:42:52 +0000]
Clean the type library
Ash Berlin [Thu, 26 Mar 2009 20:41:06 +0000]
Make a start on the Compat AST -> Explict AST tree walker
Ash Berlin [Thu, 26 Mar 2009 17:57:25 +0000]
Remove HashAST and ArrayAST types
Rob Kinyon [Thu, 26 Mar 2009 16:27:15 +0000]
Fixed examples
Rob Kinyon [Thu, 26 Mar 2009 16:15:14 +0000]
Removed Nesting operator and explicated how nesting is explicit via node descent
Rob Kinyon [Thu, 26 Mar 2009 02:36:59 +0000]
Merge branch 'master' of git@github.com:ashb/sql-abstract
Rob Kinyon [Thu, 26 Mar 2009 02:36:51 +0000]
Added a nested example and the Nesting type
Rob Kinyon [Thu, 26 Mar 2009 01:35:17 +0000]
Added example of simple WHERE clause
Rob Kinyon [Thu, 26 Mar 2009 01:20:48 +0000]
Split out the examples into their own POD
Ash Berlin [Wed, 25 Mar 2009 21:40:09 +0000]
Boilerplate for public SQLA(1) functions
Ash Berlin [Wed, 25 Mar 2009 18:41:12 +0000]
Update binop mapping to include >= and <=
Ash Berlin [Wed, 25 Mar 2009 18:40:53 +0000]
use Module::Install::ProvidesClass in the Makefile.PL
Ash Berlin [Wed, 25 Mar 2009 18:40:00 +0000]
Skeleton class for starting the back-compat layer
Rob Kinyon [Wed, 25 Mar 2009 02:30:04 +0000]
Changed how the tables clause is structured
Rob Kinyon [Tue, 24 Mar 2009 02:58:22 +0000]
Changed Function and the various FooOperator clauses into just Operator.
Rob Kinyon [Mon, 23 Mar 2009 02:56:06 +0000]
A bunch of changes, primarily focused on adding the concept of a FooList and adding a couple examples.
Rob Kinyon [Sat, 21 Mar 2009 18:51:50 +0000]
Added RESTRICTIONS section and continued work on the Operators
Rob Kinyon [Sat, 21 Mar 2009 17:39:14 +0000]
Added definition of Value and added TrinaryOperator
Rob Kinyon [Sat, 21 Mar 2009 03:41:50 +0000]
Further fixing plus the first actual AST specification.
Rob Kinyon [Sat, 21 Mar 2009 02:39:59 +0000]
Fixed a few things based on ashb's critique
Rob Kinyon [Thu, 19 Mar 2009 01:50:45 +0000]
Constant -> Value with some enhancements
Rob Kinyon [Thu, 19 Mar 2009 00:50:17 +0000]
Merge branch 'master' of git@github.com:ashb/sql-abstract
Rob Kinyon [Thu, 19 Mar 2009 00:49:50 +0000]
Fleshed out all the clauses. Need to regularize the composition definitions
Ash Berlin [Wed, 18 Mar 2009 22:35:07 +0000]
Merge branch 'master' of git@github.com:ashb/sql-abstract
Norbert Buchmuller [Wed, 18 Mar 2009 22:34:23 +0000]
Simple test of coercion on quote_char accessor
Rob Kinyon [Wed, 18 Mar 2009 21:35:28 +0000]
Moved the spec over here
Ash Berlin [Sat, 14 Mar 2009 17:17:02 +0000]
ORDER BY, HAVING, GROUP BY and WHERE clauses on select
Ash Berlin [Sat, 14 Mar 2009 13:50:57 +0000]
Select with WHERE
Ash Berlin [Sat, 14 Mar 2009 13:22:54 +0000]
Make join tests behave
Ash Berlin [Sat, 14 Mar 2009 00:34:29 +0000]
LEFT JOIN + rework join tests
Ash Berlin [Sat, 14 Mar 2009 00:26:43 +0000]
Re-work SELECT
Ash Berlin [Fri, 13 Mar 2009 23:41:03 +0000]
Get select sort of working again
Ash Berlin [Fri, 13 Mar 2009 20:56:03 +0000]
Remove unused test
Ash Berlin [Fri, 13 Mar 2009 20:55:16 +0000]
Rename things and unify error handling a bit
Ash Berlin [Fri, 13 Mar 2009 19:59:58 +0000]
Make more of the expression (formerly basic where) tests pass
Ash Berlin [Thu, 12 Mar 2009 23:18:45 +0000]
Make more stuff work with HashAST
Ash Berlin [Thu, 12 Mar 2009 22:57:27 +0000]
Refactor more things to fully hash based AST
Ash Berlin [Thu, 12 Mar 2009 00:00:20 +0000]
Port more stuff to use HashAST
Ash Berlin [Wed, 11 Mar 2009 23:48:34 +0000]
Mid-refactor: Convert from array refs to hashrefs for storing the AST in
Ash Berlin [Tue, 10 Mar 2009 23:03:18 +0000]
Quoting + simple selects (and tests)
Ash Berlin [Tue, 10 Mar 2009 18:18:31 +0000]
Replace lazy_build with lazt + builder
Ash Berlin [Tue, 10 Mar 2009 09:38:51 +0000]
Comment logic
Ash Berlin [Tue, 10 Mar 2009 09:36:26 +0000]
Create ArrayAST, HashAST and AST types in a type library so that some constructs can use hashrefs
Ash Berlin [Fri, 6 Mar 2009 21:49:05 +0000]
Start producing join stmts
Ash Berlin [Wed, 4 Mar 2009 22:48:16 +0000]
Use seperate dispatch table for where to top level
Ash Berlin [Wed, 4 Mar 2009 21:43:27 +0000]
Refactor to use a (hopefully) clearer dispatch table method
Ash Berlin [Tue, 3 Mar 2009 23:59:55 +0000]
Add tests for more basic constructs
Ash Berlin [Tue, 3 Mar 2009 23:20:16 +0000]
Move the AST walking code out into seperate class
Ash Berlin [Tue, 3 Mar 2009 22:37:05 +0000]
Require -ast_version to generate (and un-dual life it. Now is class method only)
Ash Berlin [Tue, 3 Mar 2009 09:30:08 +0000]
Add IN generator
Ash Berlin [Tue, 3 Mar 2009 09:14:48 +0000]
Return binds when called as class method
Ash Berlin [Mon, 2 Mar 2009 19:12:46 +0000]
A few simple order by tests. Not sure i'm happy with the waht of doing asc/desc
Ash Berlin [Mon, 2 Mar 2009 09:25:27 +0000]
Fix bracketing of where
Ash Berlin [Mon, 2 Mar 2009 00:30:21 +0000]
Fix typo in tests
Ash Berlin [Mon, 2 Mar 2009 00:17:40 +0000]
Produce half decent where clauses
Ash Berlin [Mon, 23 Feb 2009 21:30:33 +0000]
Add a simple test for WHERE
Ash Berlin [Sun, 22 Feb 2009 20:38:59 +0000]
Initial commit