dbsrgits/SQL-Translator.git
2013-10-30 Arthur Axel... release 0.11017 v0.011017 v0.11017
2013-10-30 Arthur Axel... add missing Changes
2013-10-30 Brian Cassidy Normalize Changes file to CPAN::Changes::Spec
2013-10-30 rporres Fixed autoincrement in primary keys for SQLite
2013-10-30 Gavin Shelley TTSchema doc fixes
2013-10-30 Larry Leszczynski Suppress "Exiting subroutine via next"
2013-10-30 Jon Jensen Add JSON parser and producer modules
2013-10-30 Jonathan C... Add DECIMAL_DIGITS to SQLServer size field for scale...
2013-10-30 Jonathan C... Quote table_name to fix tables using reserve words...
2013-09-30 Dagfinn Ilmari... Add myself to AUTHORS
2013-09-30 Dagfinn Ilmari... Fix incorrect module names in conditional plan
2013-09-29 Robert Bohne Change my E-Mail address
2013-09-29 Songmu Add SQL_TINYINT and SQL_BIGINT to %SQL::Translator...
2013-09-14 Dagfinn Ilmari... Fix typo in synopsis
2013-09-14 Dagfinn Ilmari... Add missing attribute name in header
2013-09-14 Dagfinn Ilmari... Remove documentation for field moved to role
2013-09-14 Dagfinn Ilmari... Fix typo
2013-09-14 Dagfinn Ilmari... Merge branch 'patch-1' of https://github.com/dsteinbrun...
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner more typo fixes
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-09-13 David Steinbrunner typo fix
2013-03-17 Dagfinn Ilmari... Document append behaviour of options setters
2013-03-17 Dagfinn Ilmari... Fix typos in error messages
2013-03-17 Dagfinn Ilmari... Don't reimplement perl's built-in default behaviour
2013-03-17 Dagfinn Ilmari... Use accessor for table options in MySQL producer
2013-03-17 Dagfinn Ilmari... Clean up properly after Parser::DBI::PostgreSQL tests
2013-03-17 Dagfinn Ilmari... Use the API to access extra attributes
2013-03-09 Fabrice Gabolde Support for SET NULL, SET DEFAULT and NO ACTION in...
2013-03-09 William Wolf Fix Pg diff issue with drop constraint on primary keys
2013-03-09 Tina Mueller produce_diff_sql(): list context
2013-03-09 Tina Mueller fix diff for altering two things per column - add ...
2013-03-09 Ken Youens... Allow VALUEs to be enclosed in double and single quotes...
2012-12-09 Peter Rabbitson Properly tag our XML namespace URI - it is not a real...
2012-10-16 Dagfinn Ilmari... Fix POD wording
2012-10-09 Arthur Axel... release 0.11016 v0.011016 v0.11016
2012-10-09 Mateu X Hunter Test Str and ArrayRef input for SQLT->filename
2012-10-09 Dagfinn Ilmari... Allow passing an arrayref to SQLT->filename
2012-10-05 Arthur Axel... release 0.11015 v0.11015
2012-10-05 Arthur Axel... Fix stupid missing version number in SQL::Translator...
2012-10-05 Arthur Axel... Release 0.11014 v0.11014
2012-10-05 Arthur Axel... switch to Perl Licensing
2012-09-26 Arthur Axel... release 0.11013_03 v0.11013_03
2012-09-26 Arthur Axel... add missing Changes
2012-09-25 Arthur Axel... include Moo version in a single place
2012-09-23 Peter Rabbitson No versions in use statements - encourages shit like...
2012-09-23 Peter Rabbitson XML writing is not strictly necessary for everything...
2012-09-23 Peter Rabbitson Lose one more useless dependency
2012-09-23 Peter Rabbitson Both of these are pre 5.8 coredeps
2012-09-23 Peter Rabbitson Moo port makes both of these no longer needed
2012-09-23 Peter Rabbitson Remove SQL::Translator::Schema::Graph as announced...
2012-09-23 Peter Rabbitson Remove old dist tarball which snuck in during a14ab50e
2012-09-23 Arthur Axel... release v0.11013_02 v0.11013_02
2012-09-23 Dagfinn Ilmari... Add missing List::MoreUtils dep
2012-09-22 Arthur Axel... release 0.11013_01 v0.11013_01
2012-09-22 Dagfinn Ilmari... Make read-only SQLT::Schema::Table attributes carp...
2012-09-22 Dagfinn Ilmari... Add carping wrapper to SQL::Translator->schema as well
2012-09-22 Dagfinn Ilmari... Carp instead of dying if arguments are passed to read...
2012-09-22 Dagfinn Ilmari... Add Changes entries for mooification and leak fix
2012-09-22 Dagfinn Ilmari... Add enum type
2012-09-22 Dagfinn Ilmari... Document new roles, types and utility functions
2012-09-22 Dagfinn Ilmari... Wrap some over-log has statements
2012-09-22 Dagfinn Ilmari... Use quote_sub for trivial coercions
2012-09-22 Dagfinn Ilmari... Check Moo version at runtime
2012-09-22 Dagfinn Ilmari... Use quote_sub for trivial defaults
2012-09-22 Dagfinn Ilmari... Factor list attributes into variant role
2012-09-22 Dagfinn Ilmari... Mooify SQL::Translator
2012-09-22 Dagfinn Ilmari... Fix broken reset attempt
2012-09-22 Dagfinn Ilmari... Make SQLT::Role::Error internals closer to Class::Base
2012-09-22 Dagfinn Ilmari... Reinstate schema object base class
2012-09-22 Dagfinn Ilmari... Rename non-schema-specific roles to SQLT::Role::Foo
2012-09-22 Dagfinn Ilmari... Use weak refs for schema object attributes
2012-09-22 Dagfinn Ilmari... Remove pointless DESTROY methods
2012-09-22 Dagfinn Ilmari... Remove unused variables and module import
2012-09-22 Dagfinn Ilmari... Filter undef from all constructor args
2012-09-22 Dagfinn Ilmari... Remove unused base class
next