release 0.11019
[dbsrgits/SQL-Translator.git] / lib /
2014-09-02 Dagfinn Ilmari Man... release 0.11019 v0.11019
2014-09-02 Dagfinn Ilmari Man... Factor out calling of normal diff-production functions
2014-09-02 Dagfinn Ilmari Man... Fix argument documentation for preprocess_schema
2014-09-02 Dagfinn Ilmari Man... Document producer_args in SQL::Translator::Diff
2014-09-02 Dagfinn Ilmari Man... Fix POD syntax for PODed-out code
2014-09-01 Peter Mottram initial batch_alter_table for ::Producer::PostgreSQL
2014-08-20 Peter Mottram fix Producer::SQLite::batch_alter_table rename field
2014-07-29 Wallace Reis Add more data_types for sql_types mapping
2014-07-29 Wallace Reis Extend Field->equals() for numeric comparison
2014-07-24 Dagfinn Ilmari Man... Fix handling of views in MySQL DBI parser
2014-07-24 Wallace Reis Fix warning due uninitialized var
2014-07-23 Wallace Reis Produce DDL for MySQL table field with ref in 'ON UPDATE'
2014-05-07 Arthur Axel 'fREW... Fix DROP TABLE in SQL Server Producer
2013-12-17 clodeindustrie Add Json and hstore types in the PostgreSQL parser
2013-12-17 Dagfinn Ilmari Man... Fix Pg DBI parser test
2013-10-31 Dagfinn Ilmari Man... Fix confusingly erroneous variable name
2013-10-31 Arthur Axel 'fREW... release 0.011018 🎃 v0.011018 v0.11018
2013-10-31 Arthur Axel 'fREW... Revert "Fixed autoincrement in primary keys for SQLite"
2013-10-30 Arthur Axel 'fREW... release 0.11017 v0.011017 v0.11017
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. Otsuka Add DECIMAL_DIGITS to SQLServer size field for scale...
2013-10-30 Jonathan C. Otsuka Quote table_name to fix tables using reserve words...
2013-09-29 Songmu Add SQL_TINYINT and SQL_BIGINT to %SQL::Translator...
2013-09-14 Dagfinn Ilmari Man... Fix typo in synopsis
2013-09-14 Dagfinn Ilmari Man... Add missing attribute name in header
2013-09-14 Dagfinn Ilmari Man... Remove documentation for field moved to role
2013-09-14 Dagfinn Ilmari Man... Fix typo
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-03-17 Dagfinn Ilmari Man... Document append behaviour of options setters
2013-03-17 Dagfinn Ilmari Man... Fix typos in error messages
2013-03-17 Dagfinn Ilmari Man... Don't reimplement perl's built-in default behaviour
2013-03-17 Dagfinn Ilmari Man... Use accessor for table options in MySQL producer
2013-03-17 Dagfinn Ilmari Man... 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-Clark 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 Man... Fix POD wording
2012-10-09 Arthur Axel 'fREW... release 0.11016 v0.011016 v0.11016
2012-10-09 Dagfinn Ilmari Man... Allow passing an arrayref to SQLT->filename
2012-10-05 Arthur Axel 'fREW... release 0.11015 v0.11015
2012-10-05 Arthur Axel 'fREW... Fix stupid missing version number in SQL::Translator...
2012-10-05 Arthur Axel 'fREW... Release 0.11014 v0.11014
2012-10-05 Arthur Axel 'fREW... switch to Perl Licensing
2012-09-26 Arthur Axel 'fREW... release 0.11013_03 v0.11013_03
2012-09-25 Arthur Axel 'fREW... 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 Lose one more useless dependency
2012-09-23 Peter Rabbitson Remove SQL::Translator::Schema::Graph as announced...
2012-09-23 Arthur Axel 'fREW... release v0.11013_02 v0.11013_02
2012-09-22 Arthur Axel 'fREW... release 0.11013_01 v0.11013_01
2012-09-22 Dagfinn Ilmari Man... Make read-only SQLT::Schema::Table attributes carp...
2012-09-22 Dagfinn Ilmari Man... Add carping wrapper to SQL::Translator->schema as well
2012-09-22 Dagfinn Ilmari Man... Carp instead of dying if arguments are passed to read...
2012-09-22 Dagfinn Ilmari Man... Add enum type
2012-09-22 Dagfinn Ilmari Man... Document new roles, types and utility functions
2012-09-22 Dagfinn Ilmari Man... Wrap some over-log has statements
2012-09-22 Dagfinn Ilmari Man... Use quote_sub for trivial coercions
2012-09-22 Dagfinn Ilmari Man... Check Moo version at runtime
2012-09-22 Dagfinn Ilmari Man... Use quote_sub for trivial defaults
2012-09-22 Dagfinn Ilmari Man... Factor list attributes into variant role
2012-09-22 Dagfinn Ilmari Man... Mooify SQL::Translator
2012-09-22 Dagfinn Ilmari Man... Make SQLT::Role::Error internals closer to Class::Base
2012-09-22 Dagfinn Ilmari Man... Reinstate schema object base class
2012-09-22 Dagfinn Ilmari Man... Rename non-schema-specific roles to SQLT::Role::Foo
2012-09-22 Dagfinn Ilmari Man... Use weak refs for schema object attributes
2012-09-22 Dagfinn Ilmari Man... Remove pointless DESTROY methods
2012-09-22 Dagfinn Ilmari Man... Remove unused variables and module import
2012-09-22 Dagfinn Ilmari Man... Filter undef from all constructor args
2012-09-22 Dagfinn Ilmari Man... Remove unused base class
next