add (and use) _default_value method, relatively similar to old _apply_default_value
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Producer / SQL / PostgreSQL.pm
2010-02-10 Justin Hunter add (and use) _default_value method, relatively similar...
2009-09-19 Justin Hunter help pod test pass
2009-09-03 Justin Hunter get PostgreSQL passing roundtrip
2009-08-22 Justin Hunter add PostgreSQL producing
2009-08-11 Justin Hunter change from data_type (freeform text) to sql_data_type...
2009-08-07 Justin Hunter turn data_type_mapping into an attribute
2009-08-05 Justin Hunter add float type
2009-08-01 Justin Hunter change current_timestamp to now)
2009-07-23 Justin Hunter move to MooseX::Declare
2009-07-14 Justin Hunter move these to ::Producer::SQL::