Fix Changes typo
[dbsrgits/DBIx-Class-Schema-Loader.git] / t /
2014-08-19 Dagfinn Ilmari Man... Use tempdir() to create temporary directories for testing
2014-08-09 Dagfinn Ilmari Man... Fix unescaped left braces in regexes in tests
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... Run multi-DSN tests in a deterministic order
2014-07-28 Dagfinn Ilmari Man... Silence more Firebird warnings
2014-07-28 Dagfinn Ilmari Man... Fix MySQL skip counts
2014-07-28 Dagfinn Ilmari Man... Use skip_all or diag for missing RDBMS test dependencies
2014-04-06 Dagfinn Ilmari Man... Fix dumping unique indexes with DBD::Pg < 1.50
2014-04-04 Dagfinn Ilmari Man... Skip dumping unique indexes with expressions (RT#93613)
2014-04-04 Dag-Erling Smørgrav Add options to omit the version and timestamp from...
2014-01-06 Dagfinn Ilmari Man... Fix generated_classes with dry_run => 1
2014-01-06 Dagfinn Ilmari Man... Add dry-run mode for static schema creation
2014-01-06 Dagfinn Ilmari Man... Add accessor for the list of (re)generated classes
2014-01-06 Dagfinn Ilmari Man... Convert t/22dump.t to done_testing()
2013-11-19 Dagfinn Ilmari Man... Fix detection of qualified sequence names for Oracle...
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-19 Dagfinn Ilmari Man... Fix skip count for Oracle multi-schema tests
2013-11-14 Dagfinn Ilmari Man... Allow coderef maps to call back into the hashref mappin...
2013-10-29 Dagfinn Ilmari Man... Allow overriding individual moniker parts
2013-10-23 Aaron Crane Set $result_source_class->table_class appropriately...
2013-10-22 Dagfinn Ilmari Man... Use sigwarn_silencer() everywhere appropriate
2013-10-21 Dagfinn Ilmari Man... Fix t/23dumpmore on perl 5.8.8 and earlier
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 using all the moniker parts in hashref moniker_map
2013-08-11 Dagfinn Ilmari Man... Allow specifying the moniker part separator
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-08-06 Dagfinn Ilmari Man... Demote diag about skip reason to note
2013-07-08 D. Ilmari Mannsåker Fix "table" parameter in col_accessor_map callback...
2013-07-08 D. Ilmari Mannsåker Fix MySQL enums with empty strings and leading/trailing...
2013-01-22 John SJ Anderson Fix fixtures to work with older DBD::SQLite
2013-01-16 John SJ Anderson Fix typo in t/46relationships_multi_m2m.t
2012-11-22 Dagfinn Ilmari Man... pass link table details to rel_name_map for many_to_man...
2012-10-16 Rafael Kitover introspect ON DELETE/UPDATE for SQL Anywhere
2012-09-10 Rafael Kitover add rel_type param for relationship_attrs coderef
2012-09-09 Rafael Kitover detect inline deferrable FKs for SQLite
2012-09-09 Rafael Kitover support coderef for relationship_attrs
2012-09-06 Rafael Kitover author dep on POD test modules, check in 02pod.t
2012-09-06 André Walker allow user to set qualify_objects to false
2012-09-04 Rafael Kitover introspect ON DELETE and DEFERRABLE for Oracle
2012-09-03 Rafael Kitover introspect ON DELETE/UPDATE FK clauses for DB2
2012-09-03 Rafael Kitover introspect ON/DEFERRABLE FK clauses for SQLite
2012-08-30 Rafael Kitover FK ON clause introspection for MSSQL
2012-08-29 Rafael Kitover minor optimization for Pg FK attrs, better test
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 set correct size for n(var)?char columns for ASE
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-04-04 Rafael Kitover register sources on schema class, never instance
2012-03-31 Rafael Kitover fix mro issues under 5.8
2012-03-27 Rafael Kitover skip dbicdump tests on Win32 due to test fails
2012-02-27 Rafael Kitover work around ORA-24345 from $dbh->column_info
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-11-17 Rafael Kitover auto-disambiguate monikers from different schemas
2011-11-09 Rafael Kitover better cleanup of t/var
2011-11-09 Rafael Kitover fix code running 2x in dynamic schema_base_class
2011-11-01 Rafael Kitover fix some warnings for MSSQL over ADO
2011-10-31 Rafael Kitover add -I option to dbicdump
2011-10-30 Rafael Kitover stop editing custom content from renamed files
2011-10-29 Rafael Kitover common tests for schema_base_class and components
2011-10-29 Rafael Kitover better CamelCASE support for naming=v8
2011-10-29 Chris Weyl namespace::autoclean to MooseX::MarkAsMethods
2011-10-28 Rafael Kitover better dynamic schema_base_class implementation
2011-10-25 Rafael Kitover implement schema_base_class for dynamic schemas
2011-10-25 Ben Tilly test for connecting through schema_base_class
2011-10-19 Rafael Kitover fix some issues with multi-db_schema support
2011-10-13 Rafael Kitover add "use utf8;" at the top of all generated files
2011-10-11 Rafael Kitover make MySQL FK handling more robust
2011-09-29 Rafael Kitover minor fix for 5.8.1
2011-09-28 Rafael Kitover remove dependency on File::Slurp
2011-09-24 Rafael Kitover fix t/backcompat/0.04006 tests
2011-09-24 Rafael Kitover fix preserve_case tests in common tests
2011-09-06 Rafael Kitover fix multiple DEFAULT NULLs
2011-09-06 Rafael Kitover improve Pg default handling
2011-08-18 Rafael Kitover sort unique constraints
2011-08-16 Rafael Kitover multi db_schema support
2011-08-10 Rafael Kitover silence comment tests
2011-08-07 Rafael Kitover opt deps for dbicdump config and test
2011-08-05 Rafael Kitover pigs don't fly, they just roll around in shit
2011-08-05 Rafael Kitover some changes to filter code
2011-08-05 Ben Tilly adds the ability to filter generated code
2011-08-02 Matt S Trout flying pigs. almost as likely as win32 doing what you...
2011-08-02 Rafael Kitover minor changes to table/column comment code
2011-08-02 Ben Tilly generic comments mechanism, MySQL specific support
2011-07-25 Rafael Kitover fucking pigs broke my Win32 perl
2011-07-25 Rafael Kitover support alternate line endings
2011-07-24 Rafael Kitover fix t/10_11msaccess_common.t on non-Win32
2011-07-24 Rafael Kitover add quiet option
2011-07-09 Ben Tilly Removing these files from master because they are not...
2011-07-07 Ben Tilly Add failing test for feature I want.
2011-07-05 Rafael Kitover add schema_components option
2011-07-05 Rafael Kitover sort relationships
2011-06-14 Rafael Kitover add rel_name_map option
next