handle duplicate relationship names (RT#64041)
[dbsrgits/DBIx-Class-Schema-Loader.git] / t /
2011-05-25 Rafael Kitover handle duplicate relationship names (RT#64041)
2011-05-24 Rafael Kitover Revert "set cascade_update => 0 on might_have relations...
2011-05-24 Rafael Kitover set cascade_update => 0 on might_have relationships
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-17 Rafael Kitover add an extra symbol to the rt59849 test
2011-05-16 Rafael Kitover support ->use_namespaces(0) in Loader.pm, fix tests...
2011-05-16 Mark A. Stratman added result_roles and result_roles_map options, fixed...
2011-05-16 Rafael Kitover rename t/50addl_base_classes.t from Mark Hedges to...
2011-05-16 Rafael Kitover handle "use warnings FATAL => 'all' and set use_namespa...
2011-05-12 Rafael Kitover fix mysql rel detection for mixed-case tables on mixed...
2011-04-21 Rafael Kitover support for unicode Firebird data types
2011-04-13 Rafael Kitover use sprintf for floating point comparisons in common...
2011-03-29 Rafael Kitover remove special case for 'meta' method in col accessor...
2011-03-04 Rafael Kitover support for fully-qualified components in result_compon...
2011-02-24 Rafael Kitover support MSSQL over DBD::ADO
2011-02-24 Rafael Kitover MS Access support over DBD::ODBC and DBD::ADO
2011-02-20 Rafael Kitover rename vendor tests
2011-02-19 Rafael Kitover rename column_accessor_map -> col_accessor_map
2011-01-25 Rafael Kitover support extra connect_info options like quote_char...
2011-01-21 Rafael Kitover fix relname/method collisions (RT#62648)
2011-01-21 Rafael Kitover add test for column name collision with a fully qualifi...
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 better _tables_list for Sybase ASE
2011-01-17 Rafael Kitover sybase test that doesn't fail
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 Rafael Kitover more specific warning filter for loading DBD::InterBase
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-12 Rafael Kitover failing test for (RT#62424) preserve relationship name...
2010-12-12 Rafael Kitover run pre_create when running only extra tests
2010-12-05 Rafael Kitover clean up Pg enum code
2010-12-05 Rafael Kitover minor changes
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-12-02 Rafael Kitover rename t/17sybase_asa_common.t to t/17sqlanywhere_common.t
2010-12-02 Rafael Kitover test a couple more data_type aliases for Oracle
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-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 Overhaul of test warning handling - mask off as little...
2010-09-09 Peter Rabbitson Separate STDOUT/STDERR in $^X dumper tests, make sure...
2010-09-09 Peter Rabbitson And more fail fixes (this time db2)
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 Don't assume a loader run will die right away, it may...
2010-09-08 Peter Rabbitson Restructure handling of the test scratch-dir, move...
2010-09-08 Peter Rabbitson Better cleanup during common tests
2010-09-08 Peter Rabbitson Fix failing tests on mssql 2005
2010-09-07 Peter Rabbitson Factor out the dumper-test machinery, separate the...
2010-09-06 Peter Rabbitson use_moose is an *optional* extra for Schema::Loader...
2010-09-06 Peter Rabbitson Speed up sqlite-based tests (disable synchronous disk...
2010-09-06 Peter Rabbitson Add extra warning guard and object creation tests to...
2010-09-04 Peter Rabbitson Centralize .gitignore handling, add extra names to...
2010-07-24 Rafael Kitover remove dep on Data::Dumper::Concise
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 test for qualified Pg sequence
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 fix some edge cases for use_moose option, and more...
2010-06-26 Andrew Rodland Commit failing test for composite PKs get marked is_aut...
2010-06-10 Rafael Kitover fix bug in qualify_objects that would add schema to...
2010-06-03 Thomas Klausner very simply test for use_moose (only proves that nothin...
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 silence warning
2010-05-23 Rafael Kitover release 0.07000
2010-05-22 Rafael Kitover add qualify_objects option
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 Fix dumpmore tests so they pass with a correctly-workin...
2010-05-19 Andrew Rodland Use b64digest() in the rescan test for more readable...
2010-05-17 Rafael Kitover finish preserve_case support
2010-05-13 Rafael Kitover Pg: preserve_case mode
2010-05-13 Rafael Kitover fix splitting uppercase names
2010-05-13 Rafael Kitover test for splitting mixed case columns on case boundary...
2010-05-10 Rafael Kitover add ->{original}{default_value} when rewriting to curre...
2010-05-10 Rafael Kitover another syntax fuck up
2010-05-10 Rafael Kitover fix syntax error
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 fix MSSQL extra tests
2010-05-10 Rafael Kitover overrides for data_type tests to split into multiple...
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 reorganize sybase data_type tests
next