Only output trigger 'scope' if it's set in YAML and JSON producers
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema /
2015-06-24 Peter Rabbitson Remove dependency on List::MoreUtils
2014-09-22 Dagfinn Ilmari Man... Fix broken POD links found by App::PodLinkChecker
2014-07-29 Wallace Reis Add more data_types for sql_types mapping
2014-07-29 Wallace Reis Extend Field->equals() for numeric comparison
2013-10-31 Dagfinn Ilmari Man... Fix confusingly erroneous variable name
2013-09-29 Songmu Add SQL_TINYINT and SQL_BIGINT to %SQL::Translator...
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-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-03-17 Dagfinn Ilmari Man... Document append behaviour of options setters
2013-03-17 Dagfinn Ilmari Man... Don't reimplement perl's built-in default behaviour
2012-10-05 Arthur Axel 'fREW... Fix stupid missing version number in SQL::Translator...
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 Remove SQL::Translator::Schema::Graph as announced...
2012-09-22 Dagfinn Ilmari Man... Make read-only SQLT::Schema::Table attributes carp...
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... 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
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema::Field
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema::Constraint
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema::Trigger
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema::View
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema::Procedure
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema::Table
2012-09-22 Dagfinn Ilmari Man... Use 'isa' checks for attribute validation
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema::Index
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema
2012-05-09 Peter Rabbitson Hide deprecated stuff
2012-04-28 Ken Youens-Clark Added "tables" and "options" methods to Schema::View
2012-04-28 Ken Youens-Clark Some aesthetic changes
2012-04-28 Jonathan Otsuka Honor supplied field order when adding fields to a...
2012-01-18 Peter Rabbitson Deprecate SQL::Translator::Schema::Graph, undocument...
2011-12-24 Aaron Schrab Add trigger support to PostgreSQL producer and parser...
2011-12-24 Aaron Schrab Fix POD for Schema::Index::type method
2011-12-24 Michal Jurosz fix doc typo
2011-12-24 Arthur Axel 'fREW... our > use vars
2011-12-24 Arthur Axel 'fREW... use warnings
2011-12-24 Arthur Axel 'fREW... remove commented copyright
2011-12-24 Arthur Axel 'fREW... take out duplicate docs
2011-12-24 Arthur Axel 'fREW... Whitespace
2011-02-04 Jonathan Yu Revert my previous changes (rev 1722 reverted back...
2011-02-04 Jonathan Yu Remove copyright headers from individual scripts
2010-11-30 Rafael Kitover Fix POD typo in SQL/Translator/Schema/Trigger.pm (RT...
2010-06-02 Peter Rabbitson Make 'default_value' behave like a real accessor
2010-02-27 Jonathan Yu fix a bunch of spelling errors, and add whatis entries...
2009-09-03 Peter Rabbitson Fix pg matchtype parsing
2009-08-18 Jess Robinson Changes + Reverts for 0.11000, see Changes file for...
2009-08-13 Ken Youens-Clark Upped version numbers, cleaned up code, fixed my name.
2009-08-12 Ken Youens-Clark Fixed my name, fixed some use of uninitialized vars.
2009-06-30 Peter Rabbitson Fix for bleadperl
2009-05-04 Peter Rabbitson table/field counts are held per-object, not globally
2009-04-15 Ken Youens-Clark Fixed up "equals" to be more informative when there...
2009-04-15 Ken Youens-Clark Lots of cleanup.
2009-04-14 Ken Youens-Clark Added "FULLTEXT" as valid index type.
2009-03-17 Johannes Plunien New method to clear out extra attributes
2009-02-13 Peter Rabbitson Downgrade global version - highest version in 9002...
2009-02-13 Peter Rabbitson Schema::Graph - switch ugly use of Log4perl to an even...
2009-02-12 Peter Rabbitson Remove all expansion $XX tags (isolated commit, easily...
2009-02-12 Peter Rabbitson Reduce $Id to its normal form
2009-02-12 Peter Rabbitson Force everything to 1.99, hopefully will work
2009-02-11 Peter Rabbitson Strip evil svn:keywords
2009-02-07 Ash Berlin svk-commitTn2OH.tmp
2009-01-17 Jonathan Yu - Removed use of $Revision$ SVN keyword to generate...
2009-01-17 Jonathan Yu - Added some stuff to MANIFEST.SKIP
2009-01-09 Jonathan Yu - Minor documentation changes. Namely, noted that the...
2008-12-02 Ricardo Signes properly compare fields
2008-10-21 Jess Robinson Patch from rbo to support multiple database events...
2008-10-20 Jess Robinson Patches for/with jgoulah:
2008-06-10 Jess Robinson Make Schema::Graph only load if "as_graph" is called...
2008-04-14 Daniel Ruoso implements options in oracle indexes
2008-03-05 Jess Robinson Added support for proper enums under pg (as of 8.3...
2008-01-15 Ash Berlin Add renamed_from to tables.
2007-12-20 Ash Berlin Fix some more normalization problems
2007-12-16 Ash Berlin Some SQL_TYPE mapping stuff
2007-12-13 Ash Berlin Some work on sanely normalizing fields
2007-10-24 Jess Robinson 0.0899_01 diffing fixes
2007-03-21 Chris Hilton Added options for ignoring the differences in SQL for...
2007-03-14 Chris Hilton Hacks for comparing sql attribute in equals() to ignore...
2007-03-06 Chris Hilton Made fields check in equals() ignore ordering
2007-03-05 Chris Hilton Don't test is_valid in equals()
2007-03-01 Chris Hilton Added options to sqlt-diff to ignore index and/or const...
2007-02-27 Chris Hilton Changed Constraint.equals() to ignore ordering of field...
2006-06-07 Jess Robinson Typo fixing
2006-06-07 Jess Robinson Update Trigger to insist on a valid table for on_table
next