add rel_name_map option
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader / Base.pm
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
2010-07-23 Rafael Kitover put is_deferrable => 1 back into default attributes...
2010-07-23 Rafael Kitover use Optional::Dependencies stole from DBIx::Class for...
2010-07-19 Rafael Kitover make Moose class detection safer
2010-07-18 Rafael Kitover Revert "document result_roles and schema_roles"
2010-07-08 Rafael Kitover document result_roles and schema_roles
2010-07-07 Rafael Kitover fix DOS line ends in table/column comments for Pg
2010-07-07 Rafael Kitover replace namespace::autoclean with namespace::clean...
2010-07-06 Rafael Kitover make use_moose work with additional_base_classes and...
2010-07-05 Rafael Kitover clarify use_moose doc
2010-07-05 Rafael Kitover document use_moose option
2010-07-05 Rafael Kitover fix some edge cases for use_moose option, and more...
2010-06-25 Dagfinn Ilmari Man... Fix =head level for some constructor options.
2010-06-10 Rafael Kitover always mark pk columns is_nullable=0
2010-06-03 Thomas Klausner add attr "use_moose" to generate Schema/Result classes...
2010-05-26 Rafael Kitover bump $VERSION
2010-05-23 Rafael Kitover release 0.07000
2010-05-22 Rafael Kitover add qualify_objects option
2010-05-21 Rafael Kitover fix negative number defaults for Firebird
2010-05-17 Rafael Kitover finish preserve_case support
2010-05-13 Rafael Kitover try to support bizarre column names
2010-05-13 Rafael Kitover fix splitting uppercase names
2010-05-11 Rafael Kitover handle digits when splitting by case transition
2010-05-07 Matt S Trout switch example for components to InflateColumn::DateTim...
2010-05-05 Rafael Kitover remove is_deferrable => 1 from default for belongs_to...
2010-05-01 Rafael Kitover normalize accessor names for CamelCase columns in v7...
2010-04-26 Rafael Kitover unregister dropped sources on rescan
2010-04-26 Rafael Kitover better v7+backcompat tests
2010-04-24 Rafael Kitover added preserve_case option
2010-04-24 Rafael Kitover handle CamelCase columns for making relnames
next