do not require MooseX::MarkAsMethods with only_autoclean=1
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / dbixcsl_common_tests.pm
2018-08-03 Karen Etheridge do not require MooseX::MarkAsMethods with only_autoclean=1
2018-03-20 Dagfinn Ilmari Man... Inline relevant parts of IntrospectableM2M
2018-01-20 Dagfinn Ilmari Man... Fix skip count for MySQL non-InnoDB tests
2017-11-21 Dagfinn Ilmari Man... Fix fix reference cycle in test col_accessor_map callback
2017-11-16 Dagfinn Ilmari Man... Disconnect before dropping tables in tests
2017-11-16 Dagfinn Ilmari Man... Only run the col_accessor_map tests once per connect_info
2016-02-18 Dagfinn Ilmari Man... Use common infrastructure to create/drop extra Firebird...
2015-11-11 Dagfinn Ilmari Man... Fix col_accessor_map test for Oracle, DB2 and Firebird
2015-11-11 Dagfinn Ilmari Man... Add support for nested hashref form of col_accessor_map
2015-06-25 Dagfinn Ilmari Man... Add author test for whitespace errors and make whitespa...
2015-04-01 Dagfinn Ilmari Man... Use {List,Sub}::Util instead of List::MoreUtils and...
2014-10-20 Dagfinn Ilmari Man... Fix MySQL non-InnoDB test skip counts
2014-10-17 Dagfinn Ilmari Man... Fix many_to_many bridges with overlapping foreign keys
2014-07-29 Dagfinn Ilmari Man... Adjust skip_rels count again
2014-07-29 Dagfinn Ilmari Man... Fix many_to_many bridges going back to the same table
2014-07-29 Dagfinn Ilmari Man... Use Test::Differences to check lack of file rewrite
2014-07-28 Dagfinn Ilmari Man... Fix MySQL skip counts
2013-11-19 Dagfinn Ilmari Man... Actually test data types that require separate tables
2013-11-19 Dagfinn Ilmari Man... Fix moniker_map callback test for upcasing databases...
2013-11-14 Dagfinn Ilmari Man... Allow coderef maps to call back into the hashref mappin...
2013-10-22 Dagfinn Ilmari Man... Use sigwarn_silencer() everywhere appropriate
2013-09-16 D. Ilmari Mannsåker Skip many_to_many bridges involving might_have relation...
2013-08-11 Dagfinn Ilmari Man... Allow matching all the moniker parts in constraint...
2013-08-11 Dagfinn Ilmari Man... Allow specifying custom attributes for many_to_many...
2013-08-11 Dagfinn Ilmari Man... Fix many_to_many bridges involving might_have relationships
2013-07-08 D. Ilmari Mannsåker Fix "table" parameter in col_accessor_map callback...
2012-09-04 Rafael Kitover introspect ON DELETE and DEFERRABLE for Oracle
2012-08-26 Rafael Kitover introspect ON DELETE/UPDATE and DEFERRABLE for pg
2012-08-21 Rafael Kitover introspect ON DELETE/UPDATE clauses for MySQL FKs
2012-04-07 Rafael Kitover make common tests use fewer active statements
2012-04-06 Rafael Kitover support Informix common tests over shared mem
2012-02-07 Rafael Kitover experimental support for Pg loader run inside txn
2012-02-07 John Napiorkowski failing test for dumping schema inside a txn
2011-12-09 Rafael Kitover many_to_many rel bridge generation for link tables
2011-10-29 Rafael Kitover common tests for schema_base_class and components
2011-09-29 Rafael Kitover minor fix for 5.8.1
2011-09-24 Rafael Kitover fix t/backcompat/0.04006 tests
2011-09-24 Rafael Kitover fix preserve_case tests in common tests
2011-08-16 Rafael Kitover multi db_schema support
2011-07-25 Rafael Kitover support alternate line endings
2011-07-05 Rafael Kitover add schema_components option
2011-06-10 Rafael Kitover fix syntax error in common tests
2011-06-10 Rafael Kitover fix the decimal data type for MS Access over ODBC
2011-06-10 Rafael Kitover handle MySQL enums/sets containing elements with single...
2011-06-10 Rafael Kitover another enum test for MySQL
2011-06-09 Rafael Kitover fix is_nullable detection on MS Access
2011-06-07 Rafael Kitover fix POD for scalarref tables
2011-06-07 Rafael Kitover fix uniq_to_primary test on DB2 and SQLAnywhere
2011-06-07 Rafael Kitover improve uniq_to_primary test
2011-06-03 Rafael Kitover run col_accessor_map tests with skip_rels too
2011-05-30 Rafael Kitover fix test counts, cleanup new test table
2011-05-30 Rafael Kitover added uniq_to_primary option to promote unique keys...
2011-05-29 Rafael Kitover support arrayrefs for result_namespace and resultset_na...
2011-05-28 Rafael Kitover fix warning, fix test counts
2011-05-28 Rafael Kitover run the preserve rel name test on MySQL too
2011-05-27 Rafael Kitover support quoted PostgreSQL schema names with special...
2011-05-26 Rafael Kitover automatically turn on quoting for MySQL (RT#60469)
2011-05-26 Rafael Kitover workaround for common tests for MySQL on Win32
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-16 Mark A. Stratman added result_roles and result_roles_map options, fixed...
2011-05-12 Rafael Kitover fix mysql rel detection for mixed-case tables on mixed...
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 MS Access support over DBD::ODBC and DBD::ADO
2011-02-19 Rafael Kitover rename column_accessor_map -> col_accessor_map
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-17 Rafael Kitover better _tables_list for Sybase ASE
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-03 Rafael Kitover added warning and documentation for column accessor...
2010-12-02 Rafael Kitover handle column accessor collisions with UNIVERSAL methods
2010-11-07 Stephen Bennett Understand Postgres enumerated types
2010-09-11 Peter Rabbitson Overhaul of test warning handling - mask off as little...
2010-09-09 Peter Rabbitson And more fail fixes (this time db2)
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-06 Peter Rabbitson use_moose is an *optional* extra for Schema::Loader...
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 replace namespace::autoclean with namespace::clean...
2010-07-06 Rafael Kitover make use_moose work with additional_base_classes and...
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-20 Dagfinn Ilmari Man... fix for negative numeric default values
2010-05-19 Andrew Rodland Use b64digest() in the rescan test for more readable...
next