spacing change
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Producer / SQL /
2010-02-10 Justin Hunter spacing change
2010-02-10 Justin Hunter clean up SQLite producer, mainly header_comment
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-25 Justin Hunter fix constraint production
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-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::