use Digest::SHA1 for sha1_hex
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Producer /
2010-01-27 Justin Hunter use Digest::SHA1 for sha1_hex
2010-01-18 Justin Hunter database_events as an array, not arrayref
2009-12-03 Justin Hunter fixes for MySQL producer ->options
2009-09-19 Justin Hunter help pod test pass
2009-09-08 Justin Hunter change from parse_mysql_version to engine_version
2009-09-03 Justin Hunter get PostgreSQL passing roundtrip
2009-08-26 Justin Hunter remove comments/old warnings
2009-08-26 Justin Hunter don't pass in order, but pass in extra
2009-08-26 Justin Hunter properly get schema/translator
2009-08-25 Justin Hunter fix constraint production
2009-08-24 Justin Hunter add 'extra' to produce result
2009-08-23 Justin Hunter fix up fields values (scalar values resulted in an...
2009-08-23 Justin Hunter convert sub to method
2009-08-22 Justin Hunter add PostgreSQL producing
2009-08-22 Justin Hunter SQLite producer rewrite
2009-08-22 Justin Hunter initial MySQL producer
2009-08-19 Justin Hunter initial XML Parser/Producer
2009-08-19 Justin Hunter change sub to method
2009-08-17 Justin Hunter YAML parsing
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-04 Justin Hunter typo
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::
2009-07-14 Justin Hunter move these to ::Producer::SQL::
2009-07-12 Justin Hunter add drop_table and no_comments attributes
2009-07-10 Justin Hunter map integer
2009-07-10 Justin Hunter import constants
2009-07-08 Justin Hunter _very_ basic working SQLite producer
2009-07-06 Justin Hunter implement 'use aliased'
2009-07-03 Justin Hunter basic Producer roles