fix view generation
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Parser / DDL / PostgreSQL.pm
2010-02-20 Justin Hunter fix view generation
2010-01-18 Justin Hunter primary key fix
2009-12-03 Justin Hunter fix for Pg DDL parser
2009-12-01 Justin Hunter fix for storing comments using Moose::Autobox and ...
2009-09-05 Justin Hunter compare the type against predefined constants
2009-09-05 Justin Hunter make sure we are comparing against lowercase
2009-09-05 Justin Hunter fix spelling error
2009-09-03 Justin Hunter comments cannot be set in the constructor, must use...
2009-09-03 Justin Hunter extra must be set in the form of a hashref
2009-09-03 Justin Hunter get PostgreSQL passing roundtrip
2009-08-23 Justin Hunter don't pass columns to constructors, add_column them
2009-08-23 Justin Hunter add schema to Table->new and remove sorting
2009-08-23 Justin Hunter remove comments
2009-08-22 Justin Hunter add PostgreSQL ddl parsing
2009-07-23 Justin Hunter move to MooseX::Declare
2009-07-02 Justin Hunter move from no Moose[::Role] to use namespace::autoclean
2009-07-02 Justin Hunter use Moose::Role gets accompanied with no Moose::Role
2009-07-02 Justin Hunter make these roles
2009-06-09 Justin Hunter move to a DDL dir