do not require MooseX::MarkAsMethods with only_autoclean=1
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader / Base.pm
2011-11-08 Rafael Kitover use temp file instead of IPC::Open2 for Win32
2011-11-01 Rafael Kitover release 0.07011 0.07011
2011-10-30 Rafael Kitover stop editing custom content from renamed files
2011-10-29 Rafael Kitover better CamelCASE support for naming=v8
2011-10-29 Rafael Kitover update use_moose docs and opt deps
2011-10-29 Chris Weyl namespace::autoclean to MooseX::MarkAsMethods
2011-10-29 Rafael Kitover fix some naming version checks
2011-10-28 Rafael Kitover better dynamic schema_base_class implementation
2011-10-25 Rafael Kitover use connection hack only for schema_base_class
2011-10-24 Rafael Kitover add 'ALL' key for naming hash
2011-10-23 Rafael Kitover fully implement naming=v8 and force_ascii
2011-10-21 Rafael Kitover update comment table support for multi-db_schema
2011-10-21 Rafael Kitover better rel postfix stripping for v8 mode
2011-10-19 Rafael Kitover fix some issues with multi-db_schema support
2011-10-13 Rafael Kitover add "use utf8;" at the top of all generated files
2011-10-13 Rafael Kitover add POD for using non-English databases
2011-09-07 Rafael Kitover fix backcompat
2011-09-06 Rafael Kitover fix uninit warn for no pod and result_base_class
2011-08-18 Rafael Kitover sort unique constraints
2011-08-16 Rafael Kitover multi db_schema support
2011-08-05 Rafael Kitover some changes to filter code
2011-08-05 Ben Tilly adds the ability to filter generated code
2011-08-02 Rafael Kitover minor changes to table/column comment code
2011-08-02 Ben Tilly generic comments mechanism, MySQL specific support
2011-07-25 Rafael Kitover support alternate line endings
2011-07-24 Rafael Kitover add quiet option
2011-07-05 Rafael Kitover add schema_components option
2011-07-05 Rafael Kitover sort relationships
2011-06-14 Rafael Kitover better option validation for result_component_map,...
2011-06-14 Rafael Kitover add rel_name_map option
2011-06-07 Rafael Kitover fix POD for scalarref tables
2011-06-06 Rafael Kitover only promote uniqs with non-nullable columns to pks
2011-05-30 Rafael Kitover added uniq_to_primary option to promote unique keys...
2011-05-30 Rafael Kitover reset _uniqs_started for POD on rescan
2011-05-30 Rafael Kitover generate POD for unique constraints, set_primary_key...
2011-05-29 Rafael Kitover fix t/23dumpmore.t
2011-05-29 Rafael Kitover support arrayrefs for result_namespace and resultset_na...
2011-05-28 Rafael Kitover fixup POD
2011-05-28 Rafael Kitover add more naming options
2011-05-28 Rafael Kitover fix warning, fix test counts
2011-05-27 Rafael Kitover support quoted PostgreSQL schema names with special...
2011-05-26 Rafael Kitover become utf8-aware (RT#67920)
2011-05-25 Rafael Kitover handle duplicate relationship names (RT#64041)
2011-05-20 Rafael Kitover change a couple references in Base POD to links
2011-05-19 Mark A. Stratman Fixed typo in S::L::Base POD
2011-05-18 Rafael Kitover add asterisks to items in POD class lists
2011-05-17 Rafael Kitover generate POD for result_base_class as well
2011-05-17 Rafael Kitover generate POD for additional_classes, additional_base_cl...
2011-05-17 Rafael Kitover move roles to the end of the generated class so that...
2011-05-16 Rafael Kitover support ->use_namespaces(0) in Loader.pm, fix tests...
2011-05-16 Rafael Kitover logic fail in naming_set check
2011-05-16 Rafael Kitover naming_set went into the readonly accessor group by...
2011-05-16 Rafael Kitover only set use_namespaces=1 if naming is set for dynamic...
2011-05-16 Mark A. Stratman added result_roles and result_roles_map options, fixed...
2011-05-16 Rafael Kitover handle "use warnings FATAL => 'all' and set use_namespa...
2011-04-13 Rafael Kitover remove Class::Load dependency
2011-03-29 Rafael Kitover remove special case for 'meta' method in col accessor...
2011-03-04 Rafael Kitover initialize result_component_map to empty hash if unset 0.07010
2011-03-04 Rafael Kitover release 0.07010
2011-03-04 Rafael Kitover support for fully-qualified components in result_compon...
2011-03-04 Mark A. Stratman Added result_component_map option to Schema::Loader...
2011-02-25 Rafael Kitover release 0.07009
2011-02-25 Rafael Kitover release 0.07008 0.07008
2011-02-19 Rafael Kitover rename column_accessor_map -> col_accessor_map
2011-02-15 Rafael Kitover release 0.07007 0.07007
2011-02-01 Rafael Kitover release 0.07006 0.07006
2011-01-26 Rafael Kitover turn relbuilder temp class cleanup back on, use Class...
2011-01-25 Rafael Kitover release 0.07005 0.07005
2011-01-25 Rafael Kitover fix breakage on perl 5.8.x related to unloading tempora...
2011-01-24 Rafael Kitover release 0.07004 0.07004
2011-01-22 Rafael Kitover fix bug with result class methods being cached on in...
2011-01-21 Rafael Kitover release 0.07003 0.07003
2011-01-21 Rafael Kitover fix relname/method collisions (RT#62648)
2011-01-21 Rafael Kitover use Class::Load
2011-01-21 Rafael Kitover fix fully qualified component classes (RT#62624)
2011-01-20 Rafael Kitover remove MooseX::NonMoose from Schema files under use_moose=1
2011-01-17 Rafael Kitover add datetime_undef_if_invalid=0 loader option for MySQL
2010-12-23 Rafael Kitover fix column name case bug
2010-12-21 Robert Buels column_accessor_map implementation
2010-12-21 Rafael Kitover preserve relnames when another FK is added (RT#62424...
2010-12-21 Rafael Kitover Fix a fail when very old Moose/CMOP is installed
2010-12-07 Rafael Kitover doc fix
2010-12-05 Rafael Kitover minor changes
2010-12-03 Rafael Kitover minor POD fixup
2010-12-03 Rafael Kitover added warning and documentation for column accessor...
2010-12-02 Rafael Kitover handle column accessor collisions with UNIVERSAL methods
2010-10-30 Justin Hunter apply RT62271
2010-10-15 Robert Bohne Added _table_comment and _column_comment to DBI::Oracle
2010-10-15 Robert Bohne Format source code, use spaces instead of tabs
2010-09-11 Peter Rabbitson Release 0.07002 0.07002
2010-09-11 Peter Rabbitson Overhaul of test warning handling - mask off as little...
2010-09-11 Peter Rabbitson Fix stupid attempt to set a r/o accessor
2010-09-09 Peter Rabbitson Handle use_moose => 1 to use_moose => 0 errors gracefully
2010-09-09 Peter Rabbitson ARGH! use_moose => 1, reload without any option, BOOM
2010-09-08 Peter Rabbitson Cleanup moose detection
2010-09-01 Peter Rabbitson Use MRO::Compat instead of forcing Class::C3
2010-08-14 Robert Buels clean up relbuilder choosing code
2010-08-14 Robert Buels passing all these positional arguments into the relbuil...
2010-07-24 Rafael Kitover remove dep on Data::Dumper::Concise
2010-07-24 Rafael Kitover simplify moose class check
next