release 0.07003
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib /
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-21 Rafael Kitover add glossary for relbuilder
2011-01-20 Rafael Kitover improve sybase/mssql db_schema detection
2011-01-20 Rafael Kitover remove MooseX::NonMoose from Schema files under use_moose=1
2011-01-17 Rafael Kitover better _tables_list for Sybase ASE
2011-01-17 Rafael Kitover add datetime_undef_if_invalid=0 loader option for MySQL
2011-01-17 Rafael Kitover That was a bad idea.
2011-01-17 Rafael Kitover add auto_nextval => 1 to uniqueidentifier columns on...
2011-01-16 Rafael Kitover add datetime_undef_if_invalid => 1 for MySQL date data...
2010-12-26 Rafael Kitover fix column info bug, all tests pass
2010-12-24 Rafael Kitover fix MSSQL tests
2010-12-23 Rafael Kitover fix column name case bug
2010-12-21 Rafael Kitover make a couple warn masks more specific, fix mysql test...
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 clean up Pg enum code
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-11-10 Stephen Bennett Create custom_type_name hint for PostgreSQL enum types...
2010-11-07 Stephen Bennett Understand Postgres enumerated types
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-10-12 Peter Rabbitson Fix for RT62072
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-08 Peter Rabbitson Remove useless dependency
2010-09-06 Peter Rabbitson Require minimal sane module versions for the optional...
2010-09-06 Peter Rabbitson Fix failing oracle tests (extra warnings issued on...
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-22 Rafael Kitover silence DBD::Oracle 1.21 warning
2010-07-19 Rafael Kitover make Moose class detection safer
2010-07-19 Rafael Kitover fix Postgres sequence detection for qualified sequences
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 fix firebird data_type tests
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-26 Andrew Rodland Fix SQLite is_auto_increment some 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-10 Rafael Kitover fix unique constraint names for SQLite (actual names...
2010-06-10 Rafael Kitover fix bug in qualify_objects that would add schema to...
2010-06-08 Rafael Kitover aborted attempt to get datetime precision for Informix
2010-06-03 Thomas Klausner add attr "use_moose" to generate Schema/Result classes...
2010-05-26 Rafael Kitover bump $VERSION
2010-05-25 Rafael Kitover some work on Informix data_types, datetimes and interva...
2010-05-24 Rafael Kitover better type info for DB2
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-20 Dagfinn Ilmari Man... fix for negative numeric default values
2010-05-20 Rafael Kitover Oracle sequence detection
2010-05-19 Andrew Rodland Detect autoinc PKs properly for SQLite
2010-05-17 Rafael Kitover finish preserve_case support
2010-05-13 Rafael Kitover Pg: preserve_case mode
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-11 Rafael Kitover Oracle: lowercase uniq constr. names
2010-05-10 Rafael Kitover add ->{original}{default_value} when rewriting to curre...
2010-05-10 Rafael Kitover fix syntax error
2010-05-10 Rafael Kitover fix operator precedence
2010-05-10 Rafael Kitover Firebird: don't rewrite reals as floats
2010-05-10 Rafael Kitover SQLAnywhere: fixup reals, implement preserve_case
2010-05-10 Rafael Kitover minor MSSQL improvements
2010-05-10 Rafael Kitover more Oracle type info fixes
2010-05-10 Rafael Kitover more Oracle type info fixes
2010-05-10 Rafael Kitover rewrite "CURRENT_TIMESTAMP" to "current_timestamp"...
2010-05-09 Rafael Kitover rewrite Pg "time without time zone" as "time"
2010-05-07 Matt S Trout switch example for components to InflateColumn::DateTim...
2010-05-06 Rafael Kitover oracle: rewrite "date" to "datetime", support preserve_...
2010-05-06 Rafael Kitover minor Pg type info improvements
2010-05-05 Rafael Kitover fix erroneous default_value for MySQL NOT NULL columns...
2010-05-05 Rafael Kitover remove is_deferrable => 1 from default for belongs_to...
2010-05-05 Rafael Kitover better type info for Oracle
2010-05-01 Rafael Kitover normalize accessor names for CamelCase columns in v7...
2010-05-01 Rafael Kitover change CURRENT_TIMESTAMP to current_timestamp
2010-05-01 Rafael Kitover Informix: write out highest precision datetime (until...
next