dbsrgits/SQL-Translator.git
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
2012-05-07 Arthur Axel... fix excepted and scalarref quoting for DEFAULTS in...
2012-05-07 Arthur Axel... fix sizeless types and typemap for SQLite
2012-05-07 Arthur Axel... fix list of numeric types for SQLite
2012-05-01 Arthur Axel... assign copyright to my new files
2012-04-28 Peter Rabbitson Fix broken plan
2012-04-28 Peter Rabbitson Add Jess as authority for new namespaces
2012-04-28 Ken Youens... Added "tables" and "options" methods to Schema::View
2012-04-28 Ken Youens... Some aesthetic changes
2012-04-28 Ken Youens... MySQL Parser now handles views more completely
2012-04-28 Ken Youens... sqlt-graph now has a --trace option.
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 Peter Rabbitson Switch to sane subcommand launch in tests
2012-04-28 Jonathan Otsuka Honor supplied field order when adding fields to a...
2012-04-28 Peter Rabbitson Dependency cleanup
2012-04-27 Peter Rabbitson Incomplete revert in 0eb3b94a5
2012-04-27 Peter Rabbitson Silence prove -w warnings
2012-04-27 Arthur Axel... Default SQLite quoting to off until we are capable...
2012-04-27 Arthur Axel... 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 Peter Rabbitson Merge branch 'people/frew/mega-refactor'
2012-02-04 Arthur Axel... migrate duplicated code into role
2012-02-04 Arthur Axel... lazify things
2012-02-04 Arthur Axel... better
2012-02-04 Arthur Axel... migrate almost all code to Generator::Role::DDL
2012-02-04 Arthur Axel... add unique_constraints_multiple and indices
2012-02-04 Arthur Axel... add foreign_key_constraints
2012-02-04 Arthur Axel... add table_comments
2012-02-04 Arthur Axel... add header_comment
2012-02-04 Arthur Axel... add drop_tables method
2012-02-04 Arthur Axel... refactor table into more methods
2012-02-04 Arthur Axel... less accumulators more reduction
2012-02-04 Arthur Axel... add remove_table_constraints to future
next