typo fix
[dbsrgits/SQL-Translator.git] / lib /
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
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-09-22 Arthur Axel 'fREW... release 0.11013 v0.11013
2012-09-06 André Walker Make MySQL producer add NULL for every nullable field
2012-08-25 Jonathan C. Otsuka Revert "Adding DECIMAL_DIGITS to SQLServer size field...
2012-08-25 Jonathan C. Otsuka Adding DECIMAL_DIGITS to SQLServer size field for scale...
2012-07-02 Arthur Axel 'fREW... Release 0.11012 v0.11012
2012-06-29 Justin Hunter address some issues with Pg producer and quoting
2012-05-21 Arthur Axel 'fREW... 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 'fREW... 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
2012-05-07 Arthur Axel 'fREW... fix excepted and scalarref quoting for DEFAULTS in...
2012-05-07 Arthur Axel 'fREW... fix sizeless types and typemap for SQLite
2012-05-07 Arthur Axel 'fREW... fix list of numeric types for SQLite
2012-05-01 Arthur Axel 'fREW... assign copyright to my new files
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 Ken Youens-Clark MySQL Parser now handles views more completely
2012-04-28 Tina Mueller add support for "DEFAULT (\d+)::data_type" in PostgreSQ...
2012-04-28 Peter Rabbitson Fix silly syntax error, introduced in 0c04c5a22
2012-04-28 Peter Rabbitson Stop the DBI parser from disconnecting externally suppl...
2012-04-28 Jonathan Otsuka Honor supplied field order when adding fields to a...
2012-04-27 Peter Rabbitson Incomplete revert in 0eb3b94a5
2012-04-27 Arthur Axel 'fREW... Default SQLite quoting to off until we are capable...
2012-04-27 Arthur Axel 'fREW... setting the quote accessors separately no longer makes...
2012-04-24 John Napiorkowski fix for when we are adding /dropping columns in sqlite...
2012-02-07 Peter Rabbitson Back out bdf60588b to disable P::RD grammar precompilat...
2012-02-04 Arthur Axel 'fREW... migrate duplicated code into role
2012-02-04 Arthur Axel 'fREW... lazify things
2012-02-04 Arthur Axel 'fREW... better
2012-02-04 Arthur Axel 'fREW... migrate almost all code to Generator::Role::DDL
2012-02-04 Arthur Axel 'fREW... add unique_constraints_multiple and indices
2012-02-04 Arthur Axel 'fREW... add foreign_key_constraints
2012-02-04 Arthur Axel 'fREW... add table_comments
2012-02-04 Arthur Axel 'fREW... add header_comment
2012-02-04 Arthur Axel 'fREW... add drop_tables method
2012-02-04 Arthur Axel 'fREW... refactor table into more methods
2012-02-04 Arthur Axel 'fREW... less accumulators more reduction
2012-02-04 Arthur Axel 'fREW... add remove_table_constraints to future
2012-02-04 Arthur Axel 'fREW... dead
2012-02-04 Arthur Axel 'fREW... migrate drop_table to future
2012-02-04 Arthur Axel 'fREW... rearrange pod
2012-02-04 Arthur Axel 'fREW... delete dead code
2012-02-04 Arthur Axel 'fREW... migrate table to Generator::Role::DDL
next