dbsrgits/SQL-Translator.git
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
2012-09-22 Dagfinn Ilmari... Mooify SQLT::Schema::Field
2012-09-22 Dagfinn Ilmari... Mooify SQLT::Schema::Constraint
2012-09-22 Dagfinn Ilmari... Mooify SQLT::Schema::Trigger
2012-09-22 Dagfinn Ilmari... Mooify SQLT::Schema::View
2012-09-22 Dagfinn Ilmari... Mooify SQLT::Schema::Procedure
2012-09-22 Dagfinn Ilmari... Mooify SQLT::Schema::Table
2012-09-22 Dagfinn Ilmari... Use 'isa' checks for attribute validation
2012-09-22 Dagfinn Ilmari... Mooify SQLT::Schema::Index
2012-09-22 Dagfinn Ilmari... Mooify SQLT::Schema
2012-09-22 Arthur Axel... release 0.11013 v0.11013
2012-09-22 Arthur Axel... fix a test broken by ad071409cb8f526337abbe025a63aa1e67...
2012-09-06 André Walker Make MySQL producer add NULL for every nullable field
2012-08-25 Jonathan C... Revert "Adding DECIMAL_DIGITS to SQLServer size field...
2012-08-25 Jonathan C... Adding DECIMAL_DIGITS to SQLServer size field for scale...
2012-08-25 Dagfinn Ilmari... Ignore editor droppings
2012-07-02 Arthur Axel... Release 0.11012 v0.11012
2012-06-29 Justin Hunter address some issues with Pg producer and quoting
2012-05-21 Arthur Axel... Add missing quote function to SQLServer producer
2012-05-10 Peter Rabbitson Fixor borked docs (we already test for this in t/66...
2012-05-10 Arthur Axel... FINALLY A RELEASE! v0.11011
2012-05-10 Peter Rabbitson Moar documentation, shape up license/copyright notices
2012-05-10 Peter Rabbitson This seems to no longer be used anywhere...?
2012-05-09 Peter Rabbitson Resurrect the DB2 precompiled grammar to which we lost...
2012-05-09 Peter Rabbitson Hide deprecated stuff
next