Update Firebird ODBC driver download URL
[dbsrgits/DBIx-Class-Schema-Loader.git] / t /
2018-03-05 Ed J Fix tests when the path to perl has spaces in it
2018-02-23 Dagfinn Ilmari Man... Recognise underscores in version markers
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
2017-10-10 Dagfinn Ilmari Man... Fix for PostgreSQL enums not in the schema search path...
2016-06-22 Dagfinn Ilmari Man... Fix pointlessly overlong line
2016-06-22 Dave Rolsky Overwrite if the md5sum in a file is wrong but the...
2016-06-18 Dagfinn Ilmari Man... Remove leftover Devel::Dwarn from test
2016-02-19 Dagfinn Ilmari Man... Introspect view definitions
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-09-13 Dagfinn Ilmari Man... Test 'bit varying' without size for Pg
2015-06-25 Dagfinn Ilmari Man... Fix Pg date/time types with zero fractional second...
2015-06-25 Dagfinn Ilmari Man... Add author test for whitespace errors and make whitespa...
2015-06-25 Dagfinn Ilmari Man... Add author test for use strict/warnings
2015-06-25 Dagfinn Ilmari Man... Improve POD test and make it author-only
2015-06-25 Dagfinn Ilmari Man... Import the latest ::Optional::Dependencies from DBIC
2015-05-13 Dagfinn Ilmari Man... Add tests for disabled constraints and triggers for...
2015-05-13 Dagfinn Ilmari Man... Use the actual md5sum of the old version when deciding...
2015-05-05 Christian Walde Ensure schema files are generated as binary files on...
2015-04-28 Dagfinn Ilmari Man... Remove MySQL year(2) test
2015-04-01 Dagfinn Ilmari Man... Use {List,Sub}::Util instead of List::MoreUtils and...
2015-01-27 Dagfinn Ilmari Man... Fix skip count when DB2 extra schema creation fails
2015-01-21 Dagfinn Ilmari Man... Fix circular relationship diagnostics
2015-01-21 Dagfinn Ilmari Man... Show relationship info on circular rel failure
2015-01-21 Dagfinn Ilmari Man... Enable soft_commit with DBD::Firebird as well
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-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
next