handle column accessor collisions with UNIVERSAL methods
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader / Base.pm
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
2010-04-22 Rafael Kitover support CamelCase table names
2010-04-14 Rafael Kitover fix sybase tests for new columns
2010-04-13 Rafael Kitover use accessor => undef for conflicting columns instead
2010-04-13 Rafael Kitover don't croak if no components when filtering column...
2010-04-12 Rafael Kitover fix column name collisions with methods (RT#49443)
2010-04-10 Rafael Kitover release 0.06001
2010-03-27 Rafael Kitover major version -> v6, more tests needed
2010-03-27 Rafael Kitover don't set result_namespace if it's 'Result'
2010-03-26 Rafael Kitover don't rebless with custom loader_class
2010-03-25 Rafael Kitover suppress 'bad table' warnings for filtered tables,...
2010-03-22 Rafael Kitover check for table moniker clashes (patch from ribasushi)
2010-03-12 Rafael Kitover add config_file option
2010-03-03 Rafael Kitover is_auto_increment for Firebird, refactor _extra_column_info
2010-03-01 Rafael Kitover don't use @ARGV to slurp files
2010-02-24 Rafael Kitover fix MySQL tests without InnoDB, use my variables instea...
2010-02-23 Rafael Kitover column_info POD generation improvements
2010-02-20 Rafael Kitover upload 0.05003 0.05003
2010-02-19 Rafael Kitover code/pod cleanup
2010-02-19 Rafael Kitover Merge branch 'master' into custom_column_info
2010-02-19 Robert Bohne Merge branch 'master' into custom_column_info
2010-02-19 Robert Bohne Bettering custom/datetime_column_info parameters
2010-02-18 Robert Buels fixed POD bug, was not correctly printing scalar refs
2010-02-17 Robert Bohne Remove debug output
2010-02-17 Robert Bohne Add datetime_timezone/datetime_locale loader options
2010-02-17 Robert Bohne Update custom_column_info POD
2010-02-15 Robert Bohne Fixed POD / custom_column_info
2010-02-15 Robert Bohne Add POD for custom_column_info, remove ( empty ) hashre...
2010-02-15 Robert Bohne Merge branch 'master' into column_callback
2010-02-15 Robert Bohne Add custom_column_info implemenation
2010-02-15 Rafael Kitover upload 0.05002 0.05002
2010-02-09 Rafael Kitover refactor the classname checking code
2010-02-05 Rafael Kitover upload 0.05001 0.05001
2010-02-01 Rafael Kitover release 0.05000 0.05000
2010-01-22 Rafael Kitover fixes for Win32
2010-01-22 Rafael Kitover fix pod_comment_mode POD to reflect the 'auto' default
2010-01-21 Rafael Kitover update pod_comment_mode POD
2010-01-21 Rafael Kitover add patch from waawaamilk to generate POD for long...
2010-01-17 Rafael Kitover clarify generate_pod doc
2010-01-17 Rafael Kitover added "generate_pod" option, defaults to on
2010-01-14 Rafael Kitover new dev release 0.04999_14
2010-01-14 Rafael Kitover fix for deleting empty Result dir when rewriting result...
2010-01-13 Rafael Kitover backcompat stuff done
2010-01-12 Rafael Kitover support downgrade from use_namespaces
2010-01-12 Rafael Kitover use_namespaces upgrade is fully tested, need to impleme...
2010-01-11 Rafael Kitover more use_namespaces upgrade stuff, fix _table_filter
2010-01-11 Rafael Kitover use_namespaces is now default, still needs the upgrade...
2010-01-07 Jay Hannah By default luser-opts singularizes to LuserOpt.
2010-01-07 Jay Hannah now mentions skip_load_external feature in comments
2010-01-03 Rafael Kitover remove unnecessary if statement
2010-01-03 Rafael Kitover dumped version string is updated on Schema.pm when...
2010-01-03 Rafael Kitover new dev release 0.04999_13
2010-01-03 Rafael Kitover rewrite un-singularized classnames in custom and extern...
2010-01-02 Rafael Kitover fix old class replace regex, new TODO
2010-01-02 Rafael Kitover add test (and fix) for loading external custom content...
2010-01-01 Robert Buels for clarity, extracted POD generation into its own...
2010-01-01 Robert Buels added column attributes to generated POD
next